| Thread | Last Post | Replies |
|
| Urgent!! Oracle Cursors | 04 Aug 2004 04:34 GMT | 1 |
Hi!! How can i get Oracle Cursors with Visual Basic 6?? Thanks
|
| different sql syntax? | 04 Aug 2004 01:45 GMT | 2 |
the syntax is different when assigning a string value vs assigning a numeric value when building a sql statement in vb is there a sql syntax that can handle both string and numeric values? examples...
|
| creating a query with dissimilar tables | 03 Aug 2004 23:37 GMT | 3 |
I am using vb6 with access for a data base to manage a coumadin clinic. I track the drug dose in one table and the lab results in another. These both relate to a date which may or may not be the same. These values are all related to a third table which is the patients information ...
|
| Newbie really need help, data report | 03 Aug 2004 22:05 GMT | 2 |
Hi, A little history to help understand. Ive taught myself how to program (very basic) with VB6 SP5. Ive built this program for work with basically is used for reporting
|
| how do i fill a datagrid from oracle ? | 03 Aug 2004 21:01 GMT | 1 |
i have created a connection and using the oracle connection + oracle data adapters, but when i try to change the select statement and re-fill the datagrid; i get nothing. however, when i fill the data adapter from the data adapter interface/wizard; the datagrid is filled when i ...
|
| ROUNDING HELP ASAP | 03 Aug 2004 02:30 GMT | 1 |
I'm currently sitting with a predicament, because I received a rounding procedure which excel doesn't cater for. The reports require a rounding procedure that isn't roundup, roundown, or round. An Example:
|
| SQL Query to find blocks of records matching criteria | 02 Aug 2004 18:53 GMT | 1 |
Here is the script for the table I am working with: CREATE TABLE [dbo].[ACCT_OTHERLAND] ( [ACCOUNT] [char] (10) NOT NULL , [LANDTYPE] [tinyint] NOT NULL ,
|
| DataSets | 02 Aug 2004 14:31 GMT | 1 |
How can I copy data from a "X" DB to a "Y" DB using DataSets?
|
| VB6/Access 2K DB errors | 02 Aug 2004 02:37 GMT | 1 |
I have a VB6 app I am developing that connects to an Access 2K DB. Each time that I try to identify the 'RecordSource'- after identifying the database when placing the DataControl on the form, I get the error "Data Access Error". 'Help' takes me to: "Data Access Error (Error
|
| New Procedure created from VB6 via ADOX not visible in Access 2000 | 01 Aug 2004 13:45 GMT | 1 |
I have been using ADOX, cat.Procedures.Append to create a new query in an attached Access 2000 Database. The query is being created successfully, it can be accessd programatically, and is visible in Access using the documenter, however it is not visible in the design environment, ...
|
| No current record | 01 Aug 2004 09:20 GMT | 2 |
Please help - this is probably a really simple problem. Am developing a program that verifys a user id against a database, but every time the user enters an invalid user name, a modal MessageBox appears saying 'No current record'. How do i get rid of this message box?? It works
|