| Thread | Last Post | Replies |
|
| Semeicolon In Statement | 21 Mar 2005 11:32 GMT | 3 |
Dear Friends, I am trying to executeNonQuery() using a string that has a semicolon in it. Is there anyway to escape the simicolon so the execute dosent think it is the end of the statement?
|
| error 381 | 20 Mar 2005 03:12 GMT | 2 |
What is error 381? Thank you, Jim Y
|
| Adding and Removing Images from a Database using VB6 | 20 Mar 2005 00:33 GMT | 2 |
I have questions stored in an access database, some with images. I have used a datacontrol to show the questions on a form in VB6 and used an OLE container control to display the image (I dont know if there is another way to do this). I now wish users to be able to change images on ...
|
| run-time error 3228 | 19 Mar 2005 15:51 GMT | 1 |
Dear sir, I AM A VB DEVELOPER 6.0, I AM USING DBASE(IV) DATABASE THROUGH DAO. I OPEN A DATABASE BUT WHEN I OPEN DATABASE RECRODSET BY ORDER GIVE A RUN TIME ERROR!!!
|
| OleDbDataAdapter Issues | 19 Mar 2005 14:26 GMT | 6 |
Hello all, Have a weird problem here. I'm trying to use an OleDbDataAdapter to connect to an Access database, but I get this message when the wizard runs its course:
|
| Error trying to use ODBC Connection with .csv File? | 19 Mar 2005 13:57 GMT | 1 |
I am using following connection string to get data from a .csv file using vb.net strConnstr = "Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" + System.IO.Path.GetDirectoryName(sFileName) + ";"
|
| Potential Solution to OleDbDataAdapter Issue | 19 Mar 2005 05:21 GMT | 5 |
I found a way around my problem. I changed the field names (abbreviations) and now the data adapter is connecting to the tables and creating the data sets. This gives me a quick fix, but it would still be interesting to know the
|
| Exception when using PromptNew and the user clicks Cancel | 19 Mar 2005 00:08 GMT | 1 |
I get the following exception when the user clicks the cancel button in the Data Link Properties dialog. Object variable or With block variable not set. The code I am using is:
|
| How to build EXE for older ADO versions? | 19 Mar 2005 00:00 GMT | 1 |
I upgraded my development machine to W2k which caused to upgrade to ADO v6 and MDAC 2.5 However my application is deployed in older W98 machines and EXE's produced from W2k generate error 430 automation error unless they
|
| ADO and Access programatically? | 18 Mar 2005 20:47 GMT | 3 |
Does anyone know of a web site with a tutorial that walks you through manipulating an Access database using ADO programmatically? I mean everything from declaring variables and objects to adding and deleting records. For some reason this keeps confusing me. In fact, if anyone
|
| RUN TIME ERROR 3228 | 18 Mar 2005 20:41 GMT | 3 |
Dear sir, I AM A VB DEVELOPER 6.0, I AM USING DBASE(IV) DATABASE THROUGH DAO. I OPEN A DATABASE BUT WHEN I OPEN DATABASE RECRODSET BY ORDER GIVE A RUN TIME ERROR(3228)!!!
|
| Table Names in Queries | 18 Mar 2005 17:32 GMT | 1 |
This may sound simple for some but the problem I have is with queries that have up to 8 differnet tables, when someone designed the query the failed to put in the full table name and field name. The person I am now extracting data from this database for cannot read
|
| ADO.NET Security and JET | 18 Mar 2005 16:55 GMT | 3 |
Perhaps I am missing something here and maybe someone can show me my mistake. In ADO, I can obfuscate the connection string for opening a JET database with that uses User-Level security. If you use TextPad to open the exe you will not see the username and password. In .NET,
|
| Really Delete a Row in a Disconnected Recordset ADO | 18 Mar 2005 16:53 GMT | 5 |
I hope someone knows this one..... I have a disconnected recordset that is never attached to a real datasource. Fields are appended and records added in code. I want to then delete some of the rows , I mean REALLY delete them so
|
| why vb6 program cannot run in xp? | 18 Mar 2005 07:36 GMT | 2 |
i have develop a vb6 program , it run smooth in the windows 98, 2000 but when it run in xp it show this error : "Run-time error '3709' The Connection cannot be used to perform the
|