| Thread | Last Post | Replies |
|
| Precision on Output Parameter | 07 Apr 2007 07:54 GMT | 8 |
I have SP with an Input and Output parameter of which the latter is numeric (8,2) which works fine. Calling SP from VB6 with following Parameters: Dim oCmd as New ADODB.Command
|
| Error when creating Datasource | 05 Apr 2007 13:56 GMT | 2 |
Very new to all this and am getting an error thats driving me mad!!!! When i am trying to create a new datasource from a access database i am getting the following error pop up. An error occurred while creating the new data source:
|
| Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype. | 05 Apr 2007 13:35 GMT | 1 |
Can anybody solve my problem as foolowing without changing in script or code. "Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype."
|
| ADOR.RecordSet and Vista | 03 Apr 2007 22:32 GMT | 1 |
I've inherited two sets of VB6 based com components from another developer. A set of client side activeX controls and a set of server side com controls. Basically, browser activated client side activex controls invokes server side control on Windows 2003 server as
|
| ADO returning EMPTY for a column that DOES contain data | 03 Apr 2007 12:28 GMT | 3 |
Here is a new one for me. If I execute "Select col1, col2, col3, col4 .... from <table> where <whatever>" in SQL Query Analyzer, I see data in all columns. Good. But, if I execute the SAME stmt in VB code (ado OLEDB for SQL Server) as in
|
| merging of address in word | 02 Apr 2007 03:58 GMT | 2 |
i m doing project in which front end is vb and backend is access.what i want that when i select a particular company and a particular template both should get merged in ms word( i.e the name and address of that company and the template should get opened in word).
|
| Getting a "working" VB6/SQL2000 application functional in Vista | 02 Apr 2007 03:18 GMT | 14 |
In our development network we are testing our application's compatibility with Vista. The install program (created using Wise for Windows Installer) seems to work fine (no errors during the install) but there were security issues. Once we manually set access permissions to the ...
|