Hi
I got an website and it has got MySQL Database and it has only ODBC
Connection setting. I have created the database in the web as "conn",
username as "conn321" and password as "conpasssword".
I am using ASP.NET.
Can any one give me the snippet(sample) code for connecting to the
databa...
more >>
Hello all, I need a little help. I'm calling a stored procedure from my
vb.net prog and I keep getting a syntax error. Could someone look at my code
and help me out a little. Thanks in advance.
Here is the procedure:
AddMember:
if exists (select * from sysobjects where id = object_id('d...
more >>