I have a problem when I open a Paradox Database Recordset with ADO, the message I receive this message :
Run-time Error '2147467259(80004005)': [Microsoft][ODBC Paradox Driver] External table is not in the expected format."
Thank you for any ideas - Adrian
Code Example :
Dim cn as new...
Greetings,
I need to compelete a string with(n) number of blanks that is defined in the following way...
char line[500];
while (f_in.getline(line, sizeof(line)))
f_out << line << endl;;
If the line that is read from a file is only 50 characters, I am creating a new file with a total of...
My problem with InterDev is that the Intellisense has stopped working and the syntax colouring. Microsoft says to reinstall Internet Explorer and then reinstall InterDev.
I tried this to no avail. I anyone has come accross a similar problem and a way of solving the problem thank you very much !
When I execute large query with ADO (MDAC 2.7) from visual basic into a DB2/AS400 database, I have the following error message when I test the property ".recordcount" or if I use the method .movelast : (I do have however all the data in the recordset)
"Data provider or other...
When I execute large query with ADO (MDAC 2.7) from visual basic into a DB2/AS400 database, I have the following error message when I test the property ".recordcount" or if I use the method .movelast : (I do have however all the data in the recordset)
"Data provider or other...
I have a problem on a Windows 2000 Server, when I start the Microsoft Management Console (MMC.exe), it just maybe opens for 1 second and then shuts down or does nothing. Has anybody met this problem before ? Thanks Adrian
I have created a set-up (for a VB .exe) using the Project & deployment wizard of Visual Studio and when I try to install it on Windows 2000, I have an error which says "Your system files are outdate" and then it has to update them and restart Windows...
afterwards, I have the same...
Does anybody have any ideas how to detect with ADO if there is a current transaction already started. In my error handling I need to detect this before I do a RollBack...
Can anybody help me how to read the contents a listbox of a parent window from dialog window (shown as modal)...Do I have a handel pointing to the parent window in the dialog ?
I have a combobox control in a dilog project, I link it to the class MFC CComboList, when I use try to fill it with the method AddString in the method InitDialog of my dialog project, I never have any items in the list.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.