| Thread | Last Post | Replies |
|
| Create Access database | 31 Jan 2004 23:17 GMT | 5 |
Can anyone here tell me how I can create an Access database programatically using ADO 2.7 (not adoX) ? I have searched the web but all I can find is how I can do it using ADOX and I am using ADO 2.7. Best regards
|
| Veriffy the instance of an EXE loaded | 31 Jan 2004 23:02 GMT | 1 |
In VB6 How to check that a specific EXE is currently loaded? (Should be compatible with Win9x/NT/2000/XP) by example I should check for calc.exe present:
|
| Opening a file dialog | 31 Jan 2004 21:36 GMT | 2 |
I want to open a file dialog box (a 2000 database in Access 2002). I found the code in help. It defined a variable: Dim fd As FileDialog I have all the regular references checkedin my project, but it says
|
| retrieving a record with MSHFlexGrid | 31 Jan 2004 19:33 GMT | 1 |
I am using an Adodc control that is linked to an access database. I am using a MSHFlexgrid to display my SQL query results. My question is how can I retrieve a record by double clicking it in the flexgrid? how would I start?
|
| How Do Keep ADO Connection Open | 31 Jan 2004 19:27 GMT | 1 |
How do I open an ADO Connection to an Access Database via code (the paths are not static and will be read from an ini file - Don't worry about this I already have figured it out) anyway back to the question in hand, I want to open the connection when my application opens/loads ...
|
| ODBC Drivers error '80004005' | 31 Jan 2004 18:49 GMT | 1 |
Hello I just move my website to another provider and now i get this error - what do i have to do? Microsoft OLE DB Provider for ODBC Drivers error '80004005'
|
| import XML data in access through vb.net | 31 Jan 2004 14:15 GMT | 1 |
For some school project i need to grab online data (in xml style) and throw it in an access database (trough vb.net). The reason is: an online and an offline part (online: mysql & php, offline: access & vb.net).
|
| how can I mark text like in google | 31 Jan 2004 12:25 GMT | 1 |
I'm trying to mark several pieces of text in a textbox. I use selstart en sellength to find a certain word in a text and get it highlighted like google does when I search for a word the beckground gets yellow.
|
| 3027 (read only database) doing an Execute Insert | 31 Jan 2004 10:24 GMT | 10 |
Some Win2K machines are reporting an error when doing an Execute to insert several records into a database using DAO. The database the records are coming from is a textfile using the text driver. The database being updated is clearly not read-only since tables have just been ...
|
| printing | 31 Jan 2004 02:35 GMT | 3 |
I have a recordset which I am printing. Some fields are empty and the printer prints "NULL". I want it to print"" - nothing at all! Help Thanks
|
| Setting user properties in System.mdw via ADO | 31 Jan 2004 00:51 GMT | 2 |
How can I set up user properties, i.e. add/delete user to/from a group, change password in System.mdw via ADO or VB6 Thanks in advance KS
|
| ADO | 30 Jan 2004 20:44 GMT | 1 |
I am getting an error while trying to send string for uniqueidentifier while calling a stored procedure from ADO. Here is the code I am using. With cmd .ActiveConnection = cOLEConnectionString
|
| OLE DB Error | 30 Jan 2004 19:11 GMT | 1 |
I have an application in VB6 using an Access 2000 database. It works fine on my XP development PC and my clients XP PC. When I install it on a WIN98 PC, I can look at some of the forms OK however, when I click on one OK command button to get me to the next form, I get a Run Time ...
|
| How to wait after db insert? | 30 Jan 2004 19:11 GMT | 2 |
I have some vb code that submits an insert to a sql database. After that I want to move the file I was dealing with to an archive folder. How might I get the file move to wait until the database operation is done Thanks BiosSqlCommand.CommandText = strInser ...
|
| Relationships with ADO | 30 Jan 2004 19:09 GMT | 1 |
Hi Group, Anybody got any links where i could read up on how table relationships within VB and ADO.NET. Preferably with Access Many Thanks
|