| Thread | Last Post | Replies |
|
| SQL Challenge | 12 Jun 2005 22:19 GMT | 8 |
I have a VB6 program that I'm writing that uses SQL Server to maintain version numbers for various applications and servers within my shop. The general layout of the database and tables is this (not very many fields): tblPograms - contains a row for each possible program we have. ...
|
| active directory and ado | 12 Jun 2005 16:24 GMT | 1 |
Where can i find some tutorial,link or documentation that explain exaustively the interoperation between ado and active directory? I don't know too much of active directory. Thanks
|
| MSFlexGrid | 10 Jun 2005 23:35 GMT | 10 |
I have a VB6 project that I would like to us an MSFlexGrid control. I am reading a SQL Server database using ADO. Does anyone have any readable code in the best way to populate the data grid?
|
| ADO.Command and Recordset? | 10 Jun 2005 21:45 GMT | 2 |
I usually use the following code to execute a SP within my VB6 code: ... Set objCmd = New ADODB.Command Set objRS = New ADODB.Recordset
|
| Multiple-step OLE DB operation generated errors. | 10 Jun 2005 13:53 GMT | 6 |
I use vb6 and mssql2000. In the database i have a table with 32 fields. For inserting to the table i use a dll where i have written the function which takes all 32 param, creates the command params and passes to sql stored procedure. connecting to the database is also done in
|
| ADODB is unable to copy more than 255 chars in excel cell | 09 Jun 2005 23:10 GMT | 1 |
Can anybody help me to overcome this problem? ADODB is not allowing me to copy more than 255 characters into an excel cell. I must truncate the string to 255 characters before updating. otherwise it is throwing exception and fails. Please check the code
|
| How do I delete all rows in a SQL Server table when my ADO DataSet has more than one table | 09 Jun 2005 19:05 GMT | 4 |
I want to delete all rows in a SQL Server table at the start of a procedure. I have a SqlDataAdapter with a DataSet that has two tables. I have the following code to delete all records in both tables. These tables are populated from the last execution of the procedure. I fail ...
|
| update a primarykey-value | 09 Jun 2005 18:47 GMT | 5 |
Hi ng! I want to update a value which is in a primary key column. I am using ADO 2.7 on SQLServer 2000. My code is something like this (VB.NET):
|
| When I have to set | 09 Jun 2005 05:50 GMT | 3 |
When I have to set "CursorLocation" with "Client" or "Server"?
|
| SQL OLEDB Connection String "General Timeout" | 09 Jun 2005 04:49 GMT | 1 |
When you set up an OLEDB connection string for SQL server, on the advanced tab, there is a property called "General Timeout". Is this equivalent to ADO CommandTimeout? Jiho
|
| Large amount of data | 08 Jun 2005 13:55 GMT | 2 |
I am upgrading from VB6 to VB.NET. I have to read a large amount of rows in the database (CodeBase) What is the best way to read the data through a datagrid ? I used the Spread control from Farpoint in virtual mode. But now i can't
|
| ADODB, CLOB and DB2 | 08 Jun 2005 12:38 GMT | 1 |
How can i do to read/write a clob field from db2? thanks Pablo
|
| Querying a recordset | 08 Jun 2005 09:04 GMT | 6 |
[newbie when it comes to ADO] I'm creating and populating an ADO recordset 'by hand' (programmatically) primarily for using it's sorting capability, so there is no underlying table. I'm wondering though if I could now use it to select the top 10
|
| Displaying Progress Bar during SQL SELECT Statement | 07 Jun 2005 17:28 GMT | 4 |
I have an Employee object. One method of the employee object is to return the total number of Transactions for a user defined period of days. The pseudo code is as follows. (This is a simplified example as the criteria and definition is more complicated than this simple ...
|
| Visual FoxPro DBF | 07 Jun 2005 00:23 GMT | 1 |
i need to open, read, edit a Visual foxpro DBF file but i do not find information about it. Any exapmple? thankssssssssssssssssssssssssssss
|