I found something that maked it work
but if i like to do it the other way is there
anyone that can help me whith that?
I have a Mp3CdoleDbConnection
OleDbCommand cmd = new OleDbCommand("SELECT Photo FROM Album WHERE id = 1", Mp3CdoleDbConnection);
MemoryStream ms = new MemoryStream();
//...
Hello
I have a database with some fields like this
Name Groupnr
aa 1
bb 1
cc 2
dd 2
ee 2
ff 4
sd 4
we 5
ss 7
....
and i like the Groupnr field
to be like this
Name Groupnr
aa 1
bb 1
cc 2
dd 2
ee 2
ff 3
sd...
Hello
I'm trying to read a image from a access database
and i get a file but it's corrupt and a little bigger then the original.
I hope someone can help me.
The code i'm working on looks like this
OleDbConnection con = new OleDbConnection(@"Jet OLEDB:<<this was very long so i cut it>>"...
hello
I like to an insert from a table to another
like this
INSERT INTO Artist ( Artistnamn )
SELECT DISTINCT mp3id3v1artist
FROM Mp3Cdimport
the problem is that if the artistname
exist in the artist table i don't like it to be inserted
hope for help
A question to you gurus
I´m trying to learn C# and seen that in some doc´s
it say´s that a string is a value and simple/primitive (must be the same or?) type
or it´s a reference and class type or can it be booth
thank´s
Thanks that helped me
I´m using VS.net so those initially fix themselves
but this was further in the code
i did like this
private void MainlistBoxView(string ViewTablename)
{
string ViewTblnametot;
ViewTblnametot = ViewTablename + ".Name";
this.MainlistBox.DisplayMember =...
Hello
yes but the tablename is Company and the column is namme
i like to bas the tablename in string but columnname always the same
string CompanyName = "company";
this.MainlistBox3.DisplayMember = CompanyName + ".name";
i have tables with links (constraints)
so it can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.