Like to know if we could create a access database file on a sequel database server...
more >>
Hi,
I'm using MySQL Connector/ODBC v5 to connect to a MySQL 4.1.22 server.
I'm using the following connection string:
DRIVER={{MySQL Connector/ODBC
v5}};SERVER={0};DATABASE={1};UID={2};PWD={3};OPTIONS=3;CHARSET=utf8;
The tables are of type MyISAM, the collations are utf8_general_ci.
When...
more >>
I=E2=80=99m trying to connect to a database using C++.NET (Visual Studio
2005), however my problem--a Connection String problem--is pretty
generic I think and not limited to C++.NET.
I=E2=80=99m having problems=E2=80=94seems like the database, created in MS =
SQL Server
Express 2005, which =E...
more >>