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 / January 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Datasets - Best approach to use?14 Jan 2005 07:03 GMT6
I am writing a VB.NET 2003 web application to operate on my company's
intranet. It accesses data in an SQL Server database. I have developed a
couple of pages that display data successfully. However, there is one area
that I am having trouble getting a handle on, despite ...
IsNull(rs3.Fields("middlename"))  - never true even it is Null14 Jan 2005 01:49 GMT5
           If  IsNull(rs3.Fields("middlename")) Then
              strTmpMName = "-"
           End If
           Debug.Print rs3.Fields("middlename")
Inserting Large Amount of Data in MS-SQL Server using VB614 Jan 2005 01:04 GMT1
I need to insert a large amount of data in MS-SQL Server. The input file is
a CSV file. The programming language is VB6. The application needs installed
on a client station (the server on the same network). Is there a function
that can help me achieve it?
Named parameters w/o stored procedure - possible or not?13 Jan 2005 23:37 GMT12
I want to run a parameterized query that is reusing the same parameter more
than once; i.e.
select * from table1 where isnull(col1,@parm1) = @parm1
Is there a way to execute such command from ADO without using a stored
Help Connection String13 Jan 2005 19:47 GMT3
I'm going mad.
I've added a counter in a table of my db.
Now I want my string connection open the db and get the record that has the
counter number that i've selected in a listview
ADO 2.6--How to initialize a table type recordset. 13 Jan 2005 18:16 GMT1
Using vb6/ado 2.6/access 2000 mdb.
After opening a connection and a table-type recordset none of the properties
seem to be initialized.  e.g. .bof and .eof are False; .State returns
adStateOpen, .AbsolutePosition returns -1, .Recordcount returns 0 (I know
from RDO to ADO13 Jan 2005 17:56 GMT2
how complicatd is to leave RDO and switch to ADO?
how would this code look if ADO is used?
    Dim cnMySql As New rdoConnection
    Dim rdoQry As New rdoQuery
Coding DB Maintenance Processes in VB.NET13 Jan 2005 17:34 GMT1
Hi all -
I am developing a MDI windows app that uses MSDE as it's data-store.  I am
coding some simple maintenance procedures (pickable as a menu item from the
parent form), such as backup database, delete old records, and restore
Populating a combo with an existing client13 Jan 2005 16:27 GMT1
I have a list box on a form with a list of jobs. To edit a job I double
click on the selected job and a form comes up which all the job details.
I have a combo box on the Job Details form which I populate at form load()
with the list of clients from a table. I add the Client_ID ...
Storing word documents, spreadsheets... in SQL database13 Jan 2005 16:14 GMT8
I have to store word documents, excel spreadsheets, text documents ... in a
sql server database (SQL2000).
I have to use VB.net to solve this problem but I really don't know where to
start.
Programmatically to ADO and Access13 Jan 2005 16:02 GMT5
I don't know why this confuses me so much. I try to use the help files
and MSDN documentation and Google. I just can't seem to bring it
together properly.
Could someone please create a new Standard exe project and drop only:
Refreshing a combo box's field list13 Jan 2005 15:58 GMT1
I am populating a combo box with data from a database; when you delete
one of the items out of the database in the application's run time it
is removed from the database but still appears in the field list. Once
I restart the application the field list changes have been made, how
clones13 Jan 2005 15:39 GMT1
I know that:
Changes you make to one Recordset object are visible in all of its clones.
How about the other way around:
Will changes in a cloned RS be updated in the database?.
Updating Records13 Jan 2005 15:35 GMT1
Hello  All,
I have two Queries. I am developing a samll application to be used for
dataentry .
The dataentry will be used by multiple users. Each user will be adding about
HELP CONNECTIN STRING!!!13 Jan 2005 15:29 GMT1
I'm going mad.
I've added a counter in a table of my db.
Now I want my string connection open the db and get the record that have the
counter number that i've selected in a listview
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 December, 2004
 
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.