Tagged Questions

0
votes
1answer
52 views

How to pass NULL or empty strings to stored procedure input parameter with ADO and VB?

I have a stored procedure in Sql Server 2005 with a varchar input parameter defined as: @Value varchar(24) = NULL in my VB6 application I try to set the parameter with an ADO fu …
0
votes
1answer
65 views

How Can I Sort an ADO Table on a Fieldname Containing a Space?

I am using Delphi, but this is a simple and general problem: I'm doing the following: var ArticlesTable: TADOTable; begin ArticlesTable.DisableControls; ArticlesTable.Sort …
2
votes
4answers
187 views

TClientDataSet and big insert

In my application I use TADOQuery with select (MSSQL) and linked with it TClientDataSet. I have to insert about million records and ApplyUpdates. So what I see in the SQL Server P …
0
votes
0answers
13 views

ADO local ports

We have an application that connects to a couple of hundred databases using ADO. Now I know that this may not be the best way of doing things (our customer base has expanded since …
0
votes
1answer
40 views

VBscript and ADO - 3704 Operation is not allowed when the object is closed.

Hi All, This function inserts a row into a SQL database and needs to return the identity number created: Function WriteDatabase(backupTypeID, numImages, folderSize, success, erro …
0
votes
1answer
18 views

MFC: Use a MSHFlexGrid with non-database data and still define the shape

I am trying to use the Microsoft Hierarchical FlexGrid (MSHFlexGrid) in a Visual C++ (VS 2005). I have the grid shown, and I can manually add data to the individual cells. Howeve …
1
vote
1answer
28 views

MS Access. ADO recordset for subform. Child relationship set up programatically. Won’t automatically fill in field.

I have a form/subform for inputting data into an ado table. The main form's recordset is a local table of Widgets and information about the widgets (WidgetID, WidgetName, size, co …
2
votes
2answers
117 views

Retrieve ADO Recordset Field names (Classic ASP)

Hi all, I wonder if someone can help: Long story short, I'm using MSSQL2005 to build a Pivot table. The data being examined is limited by date range (All data for 1 week from the …
1
vote
1answer
67 views

Requested operation requires an OLE DB Session object… - Connecting Excel to SQL server via ADO

I'm attempting to take Excel 2003 and connect it to SQL Server 2000 to run a few dynamicly generated SQL Queries which ultimately filling certain cells. I'm attempting to do this …
1
vote
4answers
58 views

What is the fastest method for importing from the active sheet in Excel to SQL Server?

What is the fastest way to import data into a SQL Server database directly from the active worksheet in Excel? I have had great success simply looping through the rows and columns …
1
vote
2answers
35 views

Possible to access WMI through ADO?

Is there an OLEDB provider for WMI/WBEM? In other words, could someone access WMI through: ADO in shell vbscript ADO in ASP script ADO in Win32 native process SQL Server linked …
1
vote
1answer
31 views

SQL Server 2000, ADO 2.8, VB6

Dear All, How to determine if a Transaction is active i.e. before issuing Begin Transaction I want to ensure that no previous transaction are open.. the platform is VB6, MS-SQL Se …
0
votes
2answers
56 views

SQL Server - two statements on one line??

How to I pass this to SQL Server, it seems to want the "Go 4" on a second line? Insert Into tbl Values (896,0) GO 6
0
votes
2answers
45 views

How to get the default value of a column of MS Access Database using C++?

This is the sql script I used to create a table in MS Access Database. CREATE TABLE Contracts ( id int NULL DEFAULT 0, sex varchar(255) DEFAULT 'female' NOT NULL ) Now I want t …
0
votes
5answers
135 views

Problems opening Access Database from Delphi 7

I am developing Delphi 7 application, which is operating with Access Database (MDB format). It works fine on my PC, and some other PCs as well. But on some machines application giv …

1 2 3 4 5 11 next
15 30 50 per page