Hi,
I receive an error when I try to store a checkbox value
to my MS-SQL Database Yes/No Field.
I assign the field with the following code:
row["INT_Height"] = txtHeight.Text;
row["BOL_Jump"] = chkJump.Checked;
...
dataAdapter.Update(ds, "tbl_Root_Characters")...
Hi there,
in my project I read out tables of a MS ACCESS database via ADO in Visual C++ .NET.
I don’t know how I could get info about tablerelations - the information that one field is linked to another table.
e.g. I want to have the information, that the field ROOMS.ROOMTYPE is linked
to...
Hi everybody,
I got a problem with mysql 3.23.56 with windows xp.
I wrote this SQL Statement and it worked fine:
"SELECT COUNT(*) as SchubAnzInGr,
Round((TO_DAYS(NOW()) - TO_DAYS(SichereDiagnose)) / 365)
as ErkDauer
FROM Diagnostik, Schuebe
WHERE Diagnostik.MitgliedsNr =...
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.