| Thread | Last Post | Replies |
|
| Tracing a SQL Server Stored proc | 25 Nov 2003 03:27 GMT | 1 |
Using Visual Studio 2003, I know I can debug a stored procedure, which prsents a dialog box to *TYPE* in the parameters to a Stored Procedure. What I desperately want to be able to do is Use a ADO command object to call a stored procedure and then be able to debug step from the VB ...
|
| "Filter cannot be opened" Error | 25 Nov 2003 03:25 GMT | 1 |
Chirag I am facing an error when i am filtering the data in the recordset "Filter cannot be opened" Can You predict the cause of it
|
| dao in asp | 24 Nov 2003 23:52 GMT | 3 |
is it possible to use dao 3.6 object in asp page. and if yes than how to create dao.dbengine and dao.database object in asp thanks
|
| DBPassword/CopactDB/Errors | 24 Nov 2003 20:05 GMT | 2 |
I need some help pleaseeeeeeeeee! I can open a password protected database using set db=ws.opendatabase ("c:\.......",false,false,";pwd=nnnnn")
|
| Is it possible? (DBASE problem) | 24 Nov 2003 19:52 GMT | 3 |
To do a PACK command call in VB using OBDC call for a DBASE file? I need to clear out a table, but the DELETE FROM statement is not enough to delete everything from the table... If anyone can help me...
|
| Error -2147217864 not raised | 24 Nov 2003 18:58 GMT | 1 |
I work on a vb6 software accessing sql server 2000 with ado2.6 ... and I struggle with a weird problem ... When changes are done by two "users" on the same field of one record, usually the first update is accepted and the second raises the
|
| Is it possible? (DBASE problem) | 24 Nov 2003 18:31 GMT | 1 |
To do a PACK command call in VB using OBDC call for a DBASE file? I need to clear out a table, but the DELETE FROM statement is not enough to delete everything from the table... If anyone can help me...
|
| Access and Ole field | 24 Nov 2003 18:23 GMT | 2 |
All, Where can I find some sample code to extract an image from an ole field in an .mdb file and save it as a separate file, i.e. a .bmp or .jpg file? Thanks,
|
| ADO and CSV Upload ( semicolon delimited file) | 24 Nov 2003 18:05 GMT | 3 |
I have written the function to upload the CSV File from asp pages. I want to extend that upload facility to semicolon delimited file. I use ADO to upload the data and it reads the input file in ADO Record set.
|
| vb6 and Access 2000 on CDROM | 24 Nov 2003 17:48 GMT | 5 |
I'm writing an application for which the database built in Access 2000 will reside on a cd rom. I am looking for some tips for enhancing the speed of query. During the first access to the database, the cd has to start up, the file to
|
| VB6/Access 2003 | 24 Nov 2003 17:43 GMT | 2 |
I plan to convert some Access 97 databases to Access 2003 and continue use these bases from a VB 6.0 application (DAO). 1)What library components should I install on my clients
|
| datagrid.column (width) | 24 Nov 2003 17:22 GMT | 2 |
datagrid.col width ???? Is it possible to use the len(fieldname) to determine the length of data returned to a datagrid and then size the columns to match that len(fieldname) size?
|
| Newbie: Syntax for Session Variable in SQL String statement | 24 Nov 2003 15:33 GMT | 1 |
I am trying to find the correct syntax for the last line in this code example for the SQL String. <% @Import Namespace="System.Data" %> <% @Import Namespace="System.Data.OleDb" %>
|
| Field Name instead of Field Value in VB6 | 24 Nov 2003 12:20 GMT | 6 |
Having a problem, I keep getting field names instead of the actual values in the database. Can anyone help? Here is the code: Private Sub cmdReportsGenerate_Click()
|
| How can I get the columns headers in MSHFlexGrid fixed???? | 24 Nov 2003 09:31 GMT | 2 |
I just want this simple thing: ***************************************************** *** get the columns headers in MSHFlexGrid fixed **** *****************************************************
|