| Thread | Last Post | Replies |
|
| Wtite data immediately to mdb file | 05 Apr 2005 16:37 GMT | 6 |
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 expression | 05 Apr 2005 16:15 GMT | 12 |
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 GMT | 7 |
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
|
| SQL | 05 Apr 2005 14:59 GMT | 3 |
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 only | 05 Apr 2005 05:51 GMT | 2 |
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 Info | 04 Apr 2005 21:47 GMT | 1 |
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 GMT | 2 |
Dim MyMail Set MyMail = Server.CreateObject("CDO.Message") MyMail.From = "justme@myaddress.com" MyMail.To = "friend1@address1.com;friend2@address2.com"
|
| connection with sql server | 04 Apr 2005 17:22 GMT | 2 |
whow can i connect with sql server
|
| What is the most efficient solution? | 03 Apr 2005 09:54 GMT | 4 |
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 table | 02 Apr 2005 23:35 GMT | 11 |
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 Error | 02 Apr 2005 19:30 GMT | 4 |
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 DAO | 02 Apr 2005 04:23 GMT | 21 |
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 GMT | 2 |
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 GMT | 1 |
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 columnas | 01 Apr 2005 21:16 GMT | 1 |
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,
|