| Thread | Last Post | Replies |
|
| permissible ? | 14 Jul 2005 15:05 GMT | 1 |
is it permissible to put small (zipped) attachments here ? greets
|
| Create table with date and memo fields | 14 Jul 2005 12:09 GMT | 3 |
I'm trying to create a temp table in a function, and using DoCmd.RunSQL (code below). Some of the fields are being populated, others are being created - that's why I went the SQL route, figured it would be the quickest & easiest way to get the job done. However, all fields ...
|
| Query over disconnected recordsets | 14 Jul 2005 11:59 GMT | 4 |
I'm programming an standard OCX which allow me to filter a recordset. Due to the "Filter method" limitations (can't apply filters to compare dateparts -> I want to filter all the records of a month, can't use the claus "NOT LIKE", ...), I wan't to run a SQL query over a XML
|
| DataGrid - can't update a cell - VB6, SQL 2000 | 14 Jul 2005 07:21 GMT | 7 |
Hello -- When I change any row in a one-column DataGrid I receive the error Microsoft DataGrid Control ---------------------------
|
| Append an Excel file with data from access | 14 Jul 2005 06:23 GMT | 1 |
I need help :( . I have an access database and I want to transfer some data from access to Excel file in following way: create a excel file, run a query to put some data on it (using VBA)
|
| Diffs between VB6 and VBA ? | 14 Jul 2005 04:36 GMT | 4 |
I'm relatively new to VBA and VB6. I've been writing a VBA app accessing dBase files via ADO data control. In VB6 I add an ADO control and a DataCombo control to a form, plug in the pertinent properties:
|
| ODBC driver for SQL Server - what versions are available? | 13 Jul 2005 23:14 GMT | 5 |
What is the difference between 03.86.1830 and 03.85.1117 versions? How can I install 03.86 on the Windows 2000 box? I've installed MDAC 2.8 sp1 but this didn't change a version. Where could I find list of the latest driver versions with system
|
| SQL Server connection error | 13 Jul 2005 19:10 GMT | 1 |
I have a VB 6.0 application which has commands to access a SQL Server 2000 database. When I ran and test this application, it was doing okay. However, I got an error message when I made a standalone exe. The error message is "[DBNETLIB][ConnectionOpen(Connect()).]SQL Server does ...
|
| Database + dll | 13 Jul 2005 17:56 GMT | 7 |
I want to know if it is possible to store data in a dll, and if so can anyone direct me to how I can go about doing this (Example or tutorial site would be great). I would like to create my own dll to accomplish this. Thanks
|
| Timeout expired on Stored Procedure called in VB code | 12 Jul 2005 17:34 GMT | 1 |
I have a stored procedure which is called in a VB application. Its runs a query with a date and numerical parameters. However this week, the function returning the SP has fallen over with the following message
|
| Varchar as a Stored Procedure Output Parameter on SQL Server | 12 Jul 2005 17:32 GMT | 1 |
I am having a problem setting up an output parameter that is a varchar to a stored procedure on SQL Server. I have no problem with integers. I have tried not giving it a size. I have tried giving it a size of zero. I have tried giving it the size of the varchar as defined in ...
|
| delete record in client-side-recordsets | 12 Jul 2005 14:17 GMT | 7 |
I am using ADO 2.7 + SQL-Server 2000. I want to delete a record in a clientside recordset and it doesn´t work. Here is my code: mvarCN = New ADODB.Connection
|
| Inserting NULL into DATETIME | 12 Jul 2005 09:26 GMT | 4 |
I'm using Visual Basic 6.0 SP5. i have a generic code that is used to load flat files to database using an XML config file that specifies column widths and formats. I have an issue loading NULL into a DATETIME field, when i load a '' into
|
| Transaction cannot have multiple recordsets with this cursor type. Change the cursor type, commit the transaction, or close one of the recordsets | 12 Jul 2005 06:44 GMT | 4 |
I am connecting to a SYBASE database using an ADODB Connection from my VB code. In the code I am trying to execute a delete statement, a select statement and an update statement in the order in a transaction using a single connection object. I am getting the error "Transaction ...
|
| VB6 app crashes on XP | 12 Jul 2005 01:51 GMT | 8 |
Hi - I'm having a problem and hope someone can help. The basic problem is I created a database application in VB6 on a W2K machine and it crashes when I try using it on an XP machine, which I installed from the install package I created using the package/deployment wizard. I ...
|