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: 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...
Summary: Hi. I'm building a simple program on passing character strings from Fortran to C++ and I keep getting the error that says: fortran.obj : error LNK200...
Summary: I'm using microsoft visual c++ 6.0 and wanted to instantiate a string variable. i imported String.h but whenever i try to create a new string avriabl...
Summary: Hi Guys, Can someone give me a simple example of how to read a file of userids and passwords such as a file called passwords containing: a001mm passwo...
Summary: Does anyone know where i can learn about modem connectivity in c++. I'd like to write a program to turn a machine of mine into a PBX for a small busin...
Summary: Hi, Im trying read in data from textfile into seperate string variables using a StreamWriter. I used readLine() to store each line, and substring to s...
Summary: If you are using C/C++, and the string is not a class, it is _already_ a char array. But if you must copy the string, you can do: char *foo_str=(char*...
Summary: I spent about 2 hours trying to figure out what I did wrong and although I'm sure its somthing small, I just can't seem to find it ... The program is...
Summary: Joshua, Have not used password protected database before, but I believe you need to have your code look like this: cmd = "Provider=microsoft.jet.oledb...
Summary: It would be easier to help you if I knew what you had in terms of your own code. To output a string in C try... printf("My string %s\n",takeInput); In...
Summary: im at a bit of a loss here. I never had to work with strings, so forgive me if it is trivial: i want to have an array of strings in C++, for example:...
Summary: How do you read a whole line from a file and put it into a variable of type string? I want to read each line into an element of an array. I've bee...
Summary: If you want to add a field to the database table? You need to use an ADODB.Connection object and the SQL command ALTER TABLE Like this: Dim ConnString...
Summary: How are you trying to connect? ADODB, ODBC??? I'm guessing you might be stuck with the connection string: http://www.connectionstrings.com/ ...