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



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Wtite data immediately to mdb file05 Apr 2005 16:37 GMT6
I have a combobox  which lists Keywords.
When a button is clicked, the application adds the data - via DAO - to the
mdb file. I then populate the list box with the updated list by clearing the
list box and re populating it via DAO.
variable expression05 Apr 2005 16:15 GMT12
I assign a variable in Form1, like this:
public jType as string
If optD.Value = True Then
jType = "D"
error handle on '0 row selected' - re post!05 Apr 2005 15:29 GMT7
I posted a question about how to handle the error when my recordset returns
zero row on March 23.  
And I was suggested with the solution:
If rs.EOF = False
SQL05 Apr 2005 14:59 GMT3
I am trying to gather information from a selection of records selected by a
SQL string and can't figure out how to do it.
My SQL =  "Select * from MAIN Where Curve_ID=123456"
Then I need to be able to read a field ("Test_ID") from each record whose
SQL Server Timeout DELETE stmts only05 Apr 2005 05:51 GMT2
I am using VB6 and SQL server 2000.
From my application I can update and insert the backend SQL server using
Stored Procedures just fine.  When I try to use a delete SP it always times
out.  I thought it was the SP but it also times out using hardcoded SQL
DLL and EXE Version Info04 Apr 2005 21:47 GMT1
Hello --
We currently have a multiple web server farms that have approx. 5 servers
per farm.  We run third party applications on these servers that install
multiple modules for various components.  There are literally 40+
send a mail include an attachment with CDO, if the attachment is in the DataBase, How to do it?04 Apr 2005 18:20 GMT2
Dim MyMail
Set MyMail = Server.CreateObject("CDO.Message")
MyMail.From = "justme@myaddress.com"
MyMail.To = "friend1@address1.com;friend2@address2.com"
connection with sql server04 Apr 2005 17:22 GMT2
whow can i connect with sql server
What is the most efficient solution?03 Apr 2005 09:54 GMT4
I am looking for the most efficient solution for this problem.
I have two tables, Products and Scales, with a common field, ScaleID.
From the Scales table I need the value in the Name field (there are
approximately 50 records in the Scales table).
How can I build a recordset to insert records into a table02 Apr 2005 23:35 GMT11
I have used recordsets quite a bit to hold the results of SELECT
statements and then added records with that recordset.
I would like to be able to build a recordset just for inserting w/o
ever using a SELECT statement.  Can that be done?  If so, can you tell
Help with ADO Command Error02 Apr 2005 19:30 GMT4
Hopefully someone can give me a hand with this, I've run out of ideas
to fix this error and I haven't found much info online regarding the
issue.
I have a procedure that runs through a listview and for each row in the
Back to DAO02 Apr 2005 04:23 GMT21
I know it is not the right place to go but I am learning DAO (always been
afraid to learn it as I am giving up bound data controls)
I am having a problem with the MovePrevious and MoveNext using DAO
Here is the code segments.
Is there a reference on query optimization?02 Apr 2005 00:53 GMT2
List:
Are there any good references for optimizing my queries?
Most of them are simple, but a few are real doozies.
Thanks
How to retrieve a table's field content (value)?01 Apr 2005 21:26 GMT1
In VB.NET,
I made a connection to a database, created a data adapter(daOleDB1) and
dataset (DsTransaction.xsd and *.vb)
I have no idea how to export some columns' value to text file. I tried
deseo sumar columnas01 Apr 2005 21:16 GMT1
bueno la cuestion es que tengo una base de datos en la cual aparecen unos
determinados importes
necesito que en un textbox aparezca la suma de las cantidades de una de las
columnas de la consulta,
Pages: 1 2 3 4 5 6 7 8 9 10 March, 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.