Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / June 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL Challenge12 Jun 2005 22:19 GMT8
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 ado12 Jun 2005 16:24 GMT1
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
MSFlexGrid10 Jun 2005 23:35 GMT10
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 GMT2
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 GMT6
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 cell09 Jun 2005 23:10 GMT1
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 table09 Jun 2005 19:05 GMT4
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-value09 Jun 2005 18:47 GMT5
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 set09 Jun 2005 05:50 GMT3
When I have to set "CursorLocation" with "Client" or "Server"?
SQL OLEDB Connection String "General Timeout"09 Jun 2005 04:49 GMT1
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 data08 Jun 2005 13:55 GMT2
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 DB208 Jun 2005 12:38 GMT1
How can i do to read/write a clob field from db2?
thanks
Pablo
Querying a recordset08 Jun 2005 09:04 GMT6
[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 Statement07 Jun 2005 17:28 GMT4
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 DBF07 Jun 2005 00:23 GMT1
i need to open, read, edit  a Visual foxpro DBF file but i do not find
information about it.
Any exapmple?
thankssssssssssssssssssssssssssss
Pages: 1 2 3 4 5 6 7 8 May, 2005
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.