| Thread | Last Post | Replies |
|
| Help with WildCards | 01 Sep 2004 00:15 GMT | 11 |
I'm sorry if this question has been asked before, but I did a search and didn't find anything... I'm getting to really hate ms.com (and pretty much all internet search engines), but I can't blame them because there is soooo much information
|
| Display Pictures from external file in VB 6.0 | 31 Aug 2004 21:54 GMT | 3 |
I have a program I've created in Access 97 and I'm migrating it to VB 6.0. I'm attempting to get the images that are in an external file to show up as the database records are cycled based on the "txtBreed.text" and I'm stumped. In Access this works:
|
| how to break down the IF... Then Statement | 31 Aug 2004 16:01 GMT | 10 |
If my "If...Then" statement is too long, how can I break it down into several lines for easy reading? e.g. Break "If a=b and c=d and e=f..............................then" into
|
| Any chance to replace the Seek method by converting from DAO to ADO ? | 31 Aug 2004 15:52 GMT | 4 |
I am trying to port a VB -Access-DAO application to a SQL Server 2K-ADO environment. Is there any chance to replace the DAO Seek method with a SQL-Server 2K ADO method ? I've tried some cursorsettings but the DBengine still reports that
|
| Exception error at during runtime when trying to update Access Database | 31 Aug 2004 13:52 GMT | 1 |
I am using the OleDbDataAdapter object linked to a Microsoft Access database and during runtime when the code attepmts to update the adapter with the code: oleMovieLibAdapter.Fill(dsMovieLib, "movielibrary")
|
| runtime error **URGENT** | 31 Aug 2004 09:45 GMT | 2 |
I wrote a script that puts a variable into a access database when i run my script on my computer it works fine. When i copy ALL the files to my laptop i get an run-time error. Does any one know if i did something wrong ? i copyd all the files
|
| VB6 to Access | 31 Aug 2004 05:32 GMT | 1 |
using vb6, I am connecting to an Access 97 using set dbs = dbEngine.workspace(0).Opendatabase("c:\myDb.mdb) All works well however the user gets a blank Access session in the background. Due to the nature of the app I cannot use bound controls.
|
| Conn String lengthens when conn is opened | 31 Aug 2004 01:49 GMT | 2 |
I've been using ADO for years and don't remember ever seening this. When I open the connection (which is successful), it changes the connection string, adding all the Jet OLEDB properties. This causes a "Syntax error in FROM clause." (error -2147217900) when I later try to run a ...
|
| Delay or intermittent not reading from Fox table via ODBC | 31 Aug 2004 01:46 GMT | 1 |
We use fox table as database engine (vfp2.0 - 2.6), vb as front end. The problem we had in last a few months was the intermittent not reading a record which was just saved. ADO works fine if program exit and restart. The method of writing to database we try both ado or codebase but ...
|
| Key column insufficient Error after upgrading to SQL 2000 | 31 Aug 2004 01:46 GMT | 1 |
After upgrading to SQL Server 2000 SP3, our VB app is encountering a really nasty bug. The error is: "Key column information is insufficient or incorrect. Too many rows were
|
| How can I delete the LDB file...? It didn't delete itself because a remote user didn't do a proper shutdown. | 30 Aug 2004 23:13 GMT | 5 |
If this is a dumb question, bear in mind I am new to MDB. A customer has approx 6 computers (win9x) connected together. One win98 computer has some shared folders on it's C drive which everyone can access. They call it the server and no one sits at that station.
|
| Is there a simpler method of copying a database? | 30 Aug 2004 23:11 GMT | 2 |
I have a VB5 application that uses a MSJet database located on a machine in the office. Some users would like to be able to use the application on the road for reference. So I added a command which copies the database from the office machine to the user's laptop. I told the users ...
|
| Accessing Outlook2K Calendar items using ADO | 30 Aug 2004 16:34 GMT | 1 |
I have Outlook 2000 set for Internet email and want to access my calendar items via ADO I have found the code below from the MS site but I get the error "MAPI folder or Address book not found"
|
| Improve inserting larger BLOBs | 30 Aug 2004 16:31 GMT | 2 |
We are saving 100 byte to 6 mb BLOBs in a SQL Server database. If the size reaches about 2mb I am apruptly experiencing very long delays when calling the .Update procedure of the recordset. It does not make any difference If we use AppendChunk or not. I also tried ADODB.Stream.
|
| Retreiving Web Forms data | 30 Aug 2004 14:39 GMT | 2 |
I need to write an application that takes data from a user on a Web page and puts it into an Access DB. I can't seem to find any examples of how to do this. Any simple example would be great help!
|