Summary: Hi I'm trying to connect to SQLExpress database. I'm using c# express and it's sqlexpress that came with it. I want to use OleDbConnection but I can'...
Summary: OK im trying to connect my local machine to my local sql database in VB6 but the connection strings i`ve tried dont work, i have set ado 2.7 as a refe...
Summary: Hi there, please can someone help me out, i`m really having a tough time tring to connect to my remote mysql DB, this is the connection string i`m usi...
Summary: Dear Friends, Pls Help. I want to write an sql statement which makes use of 2 tables in 2 different databases. How do I write the connection string. ...
Summary: Hi there i`m in need of some help with a connection string to an access db on an ftp site that has a usr name and pass word...is this possible??? or d...
Summary: i`m stuck please can someone help!!! this is my connection string at the moment, Set Conn3 = New ADODB.Connection Conn3.CursorLocation = adUseClient ...
Summary: Dear Friends, I have been using MS Access as the backend and presently I have planned to use SQL Server as the back end. The connecting string to MS A...
Summary: There is an STL C++ thing called string. However, C++ still starts like any C program int main (const int argc, const char* argv[]) argc is the numbe...
Summary: Hi, i`m having a problem using an html file to display my reports for my vb database program, does anyone know how i can make it so my .htm file can g...
Summary: I need the connection string to connect me to a mysql database running on a Redhat server(remote server). I am using asp as my programming language an...
Summary: I need assistance in writing a korn script that would connect to a SQL Server 2000 database, and execute an update query. I can't seem to find the co...
Summary: Hi, I am using VS.NET 2003 and C#. I am trying to create a SqlConnection by reading in the connection string from a text file. But this does not seem ...
Summary: I just have a quick question. I am trying to write a C++ program that can check two strings and see if they are anagrams of each other. In other words...