| Thread | Last Post | Replies |
|
| VB 6: Connecting via ODBC driver to Oracle database error | 03 Jan 2004 01:40 GMT | 1 |
In this VB function, how am I going to input VB code who is going to connect via ODBC with oracle database. Error shows at the --->>> Public Function get_cjena_imp(p_vccid As Integer, p_datum As Date) Dim RST As DAO.Recordset
|
| how do I set references to type library(s) | 02 Jan 2004 23:14 GMT | 1 |
Because of reasons I don't know between the two departemnts, we are not allowed to write stored procedures to access the DB2 mainframe. So we use the Hummingbird Bi/Query toolset. Recently, Hummingbird released a new
|
| Recordsets Empty w/o VS installed | 02 Jan 2004 22:59 GMT | 1 |
Group, I've got a VB6 frontend to an Access 2000 database. I'm using DAO recordsets to populate 2 DBgrid's. The DBgrid's are populated correctly on my Windows XP production machine and 2 windows 2000
|
| SP Works in iSQL but not in ADO | 02 Jan 2004 20:06 GMT | 1 |
Has anyone come across a situation where you have an SP that runs just find in iSQL but not via ADO? BV. www.iheartmypond.com
|
| MySQL VB Error 10093 | 02 Jan 2004 17:03 GMT | 3 |
Can anyone help with this problem I am having? I am using VB6 to connect to MySql running on Linux. I can make a connection fine and all works OK. However, if i close the DB and then re-open it later, I get the error "Error Number -2147467259
|
| Connection Problem | 02 Jan 2004 14:34 GMT | 2 |
I used VB6 to connect an Access 2002 database, everything is fine except when I set a database password in Access. Is it possible to do so? Thanks in advance of your help. Regards,
|
| DataEnvironment or ADODB ? | 02 Jan 2004 14:32 GMT | 9 |
I need your help for this thing. I am using VB6, should I use DataEnvironment or ADODB to connect to a Access database. Which one is the best for a client-server application? Do you have any link where I could read about it?
|
| Odd problem | 01 Jan 2004 19:19 GMT | 1 |
I am using ADO on an ASP page written in VBscript (duh). I am using the ADO to pull information from an Access 2000 database. About 75% of the time, the SQL Query I use works find. But, the other 25% of the time, it will fail saying "Type mismatch". This really puzzles me, because ...
|
| Recordset mode on action | 01 Jan 2004 17:24 GMT | 3 |
I neet to build an error handler that takes care of ado error: 1. If i pressed AddNew and an error occured i need to cancel the addNew action for closing the recordset. How can i know when the adodb.recordset is on AddNew mode and how can i
|
| Strange Problem with Oracle DB | 01 Jan 2004 17:16 GMT | 5 |
By using Microsoft Data Provider for Oracle, posting records in master and detail table. If an error occurs while posting in detail table. I want rollback whole transaction both in master/detail tables. Here is code
|
| Refrashing dataGrid | 01 Jan 2004 14:07 GMT | 5 |
I have datagrid that bound to table On runtim i've changed the data on the database How can i update on runtime the dataGrid?
|
| Populate Combo Boxes | 01 Jan 2004 09:40 GMT | 1 |
Hi all.. I've 2 questions here is there any code out there which allows me to populate a combo box with the countries in the world, as well as the states related to it.
|
| Win98 and Access 2000 db | 01 Jan 2004 02:04 GMT | 1 |
I am getting close to a solution I think, thanks to the newsgroups. If any VB person can confirm Wayne's answer as to libraries needed, or has further info, please let me know. The question is basically this: what must
|
| Master / Detail Data Form Wizard | 01 Jan 2004 01:52 GMT | 1 |
I have created a test project and it includes a master / detail form created using the 'Data Form Wizard' i am having trouble getting the FIND function to work Code :
|
| NoNullAllowedException | 01 Jan 2004 01:45 GMT | 1 |
I am using VB.NET to connect to a Access Database. When I try to add a record to the customer table. It gives me this error.
|