| Thread | Last Post | Replies |
|
| VB - unexpected error 336 | 29 Jan 2004 14:23 GMT | 2 |
Sir, While I am loading a project and on running the project, I am getting the following error message and could not proceed further. Microsoft Visual Basic
|
| ADO 2.5 help | 29 Jan 2004 13:16 GMT | 1 |
Where do I find the chm file for ado 2.5, I only have for 2.1 and 2.7 on my pc? Regards Betina
|
| Problem while updating table using ADODB | 29 Jan 2004 13:03 GMT | 1 |
I have the following code in VB which is working perfectly: -------------------------------------------- VB Code: --------------------------------------------
|
| VB/Access compatibility | 29 Jan 2004 04:23 GMT | 3 |
I'm trying to use an Access 2002 database with VB 6.0 student edition. I'm assuming Access is not compatibile with this VB version and that's why VB gives me an error that it can't read the Access database. Can anyone
|
| error Unrecognized database format | 29 Jan 2004 04:05 GMT | 4 |
When trying to open an Access 2000 db (not 2002) I get an error 3343 - Unrecognized Database format. In fact I get this error with every access db. I have Access XPon my computer as well as Visual Basic 6 sp5
|
| Combo Box | 29 Jan 2004 01:16 GMT | 4 |
Can you please tell me if there is a routine to list all the times of a 24hr clock in a combo box or do I have to do - combbox1.additem "1am" etc... I am writing a database with a calendar.
|
| Access with JET or SQL2k ? | 29 Jan 2004 00:22 GMT | 8 |
I am planning to design a database (destined for the web) that will have between 20000 and 45000 records in it and will receive a lot of reads but very very few writes (just from me). Now the question is should I use:
|
| Using the Find Method | 28 Jan 2004 22:56 GMT | 2 |
I have an application in VB6 that connects to an Access 2000 database using ADO and a recordset. It is read-only as the only purpose is to navigate the database without having to install Access on all the machines. Well I am trying to get a search button on here but am
|
| Security or DAO Problem URGENT | 28 Jan 2004 18:54 GMT | 1 |
I have a VB program exe, working on a win 2000 server. Users access this program by "remote desktop connection" in windows. Some windows updates on the server have made the program not working and giving the following error. The remote desktop users who have a server login account ...
|
| Add an Online Update feature for your software | 28 Jan 2004 16:38 GMT | 1 |
Add an Online Update feature for your software http://lanssoft.com/updatenow.htm Update Now! Control makes an easy way to add an Online Update feature for your software. It was designed to be as programmer-friendly as
|
| Access to mdb via IIS / Front Page Server Extensions | 28 Jan 2004 15:28 GMT | 1 |
I need a way to gain read/write access to an access database running on an IIS webserver with Front Page Server Extensions. I don't want to use RDS. I need to be able to gain access to this database anywhere on the INTERNET, the server won't be on the local network. Access to the ...
|
| Type Mismatch | 28 Jan 2004 15:20 GMT | 1 |
It seems like it should be simple. I have created a database. Then later I go to open the databse and manipulate some records in the database like this. Set dbData = DBEngine.OpenDataBase(strPath) Set qdQuerry = dbData.CreateQueryDef("") With qdQuery
|
| Error 3228 : "Selected collating sequence not supported by the operating system" | 28 Jan 2004 15:16 GMT | 3 |
Does anyone has really found a good solution for the error 3228 : "Selected collating sequence not supported by the operating system" Message ? Here is my code : 'Open the database
|
| Storing the results of a query in a new table | 28 Jan 2004 15:11 GMT | 5 |
Hi Group! A probably simple question: I would like to store the results of an ADO Query (a Recordset, naturally) in a new table. Is there a way to do that besides manually creating a new table and copying the entries over one by
|
| Synchronization between mdb's | 28 Jan 2004 11:44 GMT | 1 |
I need to do a synchronization between two databases in access and i would like know which is the best way to do it. The two databases don't have the same tables so i can't do a replication, but the two have tables in common Thanks Sergio Calleja
|