| Thread | Last Post | Replies |
|
| After creating a data connection with VB 2005 wizard, how do I insert record into Access 2000 | 30 May 2008 21:42 GMT | 1 |
I am using VB 2005 and MS Access 2000. - I created a console application in VB 2005, then chose data, add datasource, database, new connection. - datasource: Microsoft Access Database file
|
| IPv6 support for ODBC | 30 May 2008 00:34 GMT | 1 |
KIndly let me know whether ODBC API has support for IPv6 type addresses. To explain my problem a bit further,I am developing an application which uses ODBC API,if I supply IPv6 types addresses to ODBC API will it be able to handle such addresses.
|
| Stored Procedure / Get more than one Table back | 29 May 2008 14:38 GMT | 2 |
i have a problem with vb6 and SQL Stored Procedures. The stored procedure deliver more than one Table back. (Query Analyzer) In Basic i want to see that. Can you help? Example:
|
| Which office app should I use for my db? | 27 May 2008 08:58 GMT | 1 |
I'm trying to write a small app for my wife's chiropractic business. She needs a list of patients, schedule and a way to print insurance forms with codes. I could use MS Access...which is great because searching for patients
|
| protect code in vb without exe | 26 May 2008 01:42 GMT | 1 |
Dear vb.net programmer I'm access 2003 user In access 2003 If you want prevent the user from see your code you can put password to prevent user for see the code
|
| ODBC connection trough Visual Basic in Excel 2003 | 19 May 2008 06:31 GMT | 4 |
This is a duplicate post of a question I posted in the Excel Programming newsgroup. Due to a lack of replies, I figured this might be a better place to post the question. Hey guys!
|
| Copying records from one DB to another, ADO, VB6 | 17 May 2008 12:50 GMT | 3 |
I have two identical databases (two mdb's) where I want to essentially merge part of one into the other based on an SQL string that does some filtering by a 'Date' field. There are 60 fields in the database so I'd like to avoid moving data by
|
| Visual basic 5.0 on server with visual basic 6.0 | 16 May 2008 21:46 GMT | 1 |
We have a server windows server 2003 standard edition, with SP2 with VB 6.0 loaded. Unfortunately we have an application we need to load that uses VB 5.0. The first error we had was that the application could not find MSVBVM50.dll file. Of course we have MSVBVM60.dll. Tried to ...
|
| Visual Basic 6 - Invalid Data Source in Data Report | 15 May 2008 08:24 GMT | 4 |
I am using Visual Basic 6 to create an application. When I run a report that I have created from DataReport on my PC, it works fine. When I run the same report on a different PC, it gives an error message 'Invalid Data Souce'. The PC it produces the reports for have VB6 ...
|
| vb5 versus vb2008 | 13 May 2008 18:58 GMT | 2 |
was using this piece of source since long in VB5. Now we have to transfer it into VB2008 and getting a lot of compiler errors. I got mentioned, that DAO don't work in VB2008. Is there somebody out there who can assist me??
|
| ASP/ADO/VB.NET: How to update multiple datatables with typed datasets ? | 11 May 2008 17:39 GMT | 1 |
I made a database (http://users.skynet.be/fc042048/Pizza.jpg) in Access which I want to use via typed datasets on my website. Problem is, if I i.e. want to edit the datatable "Pizza" in a gridview, I get the error "Can't delete or update the record because there are related ...
|
| ASP/ADO/VB.NET: How to update multiple datatables with typed datasets ? | 11 May 2008 17:38 GMT | 1 |
I made a database (http://users.skynet.be/fc042048/Pizza.jpg) in Access which I want to use via typed datasets on my website. Problem is, if I i.e. want to edit the datatable "Pizza" in a gridview, I get the error "Can't delete or update the record because there are related ...
|
| Method '~' of object '~' failed error while opening ADODB connection in vb6 | 11 May 2008 15:08 GMT | 4 |
I am using VB6, MS-Access2000 for my application. The application is running fine from IDE. But when it is build and run using the binaries, it is throwing the error "Method '~' of object '~' failed". When put messages, I found that in the following code, the last line
|
| vc++ | 10 May 2008 11:39 GMT | 1 |
how we are create the our own database in vc++ project please tell me and also tell the command of database which are using the vc++ project
|
| Retrieve data from MS Access 2007 | 08 May 2008 17:27 GMT | 2 |
I am trying to retrieve a wave file from Access 2007 database but when i write the retrieved bytes into a wave file, the wave file is increased in size when compared to the original file and it does not play in a media player. I am using vb 2008 to develop an application. Help ...
|