Hi,
I have an ASP.NET project (2.0) I want to be able to access a MySQL
database.
I use a connection string like this:
"DRIVER={MySQL ODBC 3.51
Driver};SERVER=server;DATABASE=db;UID=user;PASSWORD=pwd;OPTION=3;pooling=false;Allow
Zero Datetime=True;"
This works like a charm on my co...
more >>
Hi
I'm developing a Web application using VWD Express Edition, and trying to
load a text commaseparated set of records into an SqlServer 2005 Expr Edit
table in execution time. The problem arises when trying to establish a
connection through odbc to a texfile, as I think it's the most struc...
more >>
First of all, I apologize if I'm not posting this in the appropriate group.
This is my first time using these Newsgroups, so I'm trying to find my way
around. That said, this is my problem:
I have a stored procedure I'm calling from Visual Studio 2005. The query
works just fine in query analyz...
more >>