| Thread | Last Post | Replies |
|
| How to do a SELECT on a RecordSet | 09 Feb 2005 18:05 GMT | 1 |
How would I do a SELECT on a ADODB.RecordSet? I have created the recordset from an Oracle database using a Select statement with a Group By. Now I need to Select from that result and further Group By and Sum. The logic of the statements don't allow for
|
| Email | 09 Feb 2005 18:04 GMT | 5 |
Is there a way VB6 can send an email? if there is a guide to do this it will be very helpful. Thanks
|
| adding records into a database using vb | 09 Feb 2005 16:33 GMT | 3 |
i have created a little form to add records into an existing database. the code looks correct, as follows; Dim Assignment2 As Connection Dim rs As Recordset
|
| Select Count question | 09 Feb 2005 15:22 GMT | 2 |
Its been 3 years since I coded and I'm trying to remember little things. This is one of them. I want to run a select count(*) statement and get the number of records meeting the criteria. What is the syntax for assigning the returned value
|
| Server Explorer add server | 09 Feb 2005 15:05 GMT | 3 |
I'm trying to connect MSDE server connection for class. After loading into VB .NET, there should be a "add server" button in the server explorer. I can't seem to add the button or connect to the Db server. Please help me!!! thanks
|
| Accessing data on a web server | 08 Feb 2005 22:52 GMT | 1 |
I have written a VB6 app for a user that uses ADO to connect to a MySQL database (through the MyODBC driver). Not being much of a internet programmer, the user asked me if it is possible to move the the database to a web server and have the client program access the database on the ...
|
| Updating An ADO 2.6 Recordset With VB and Access | 08 Feb 2005 20:00 GMT | 5 |
When I try to update my ADO Recordset like this: recSet.Fields(2).Value = strFileNum I get this: Current Recordset does not support updating. This may be a
|
| Storing image file to MSSQL by VB | 08 Feb 2005 15:08 GMT | 1 |
I would like to store a image file to my MSSQL. how can i program it .. ? Thanks all
|
| Alter Table Add Column With Default value | 08 Feb 2005 14:49 GMT | 1 |
How can i Add Column into a table with Default Value option in Access Database? I have given the following command but showing error" ALTER TABLE tbl ADD COLUMN rrr Number Default 0
|
| Contour Components reduces the price for ContourCube Site License | 07 Feb 2005 22:22 GMT | 3 |
February 1st, 2005 More and more professionals use ContourCube in their products as the embedded Business Intelligence. It allows companies dramatically reduce their expenses on reporting and provide users with new quality
|
| ADODC Query Problem | 07 Feb 2005 20:49 GMT | 5 |
I have a VB6 form with several text boxes I would like to use to display data stored in an Access db. I've used ADODC to bind the appropriate form fields to the recordsource fields. If I use the ADODC in adcmdTable mode, I get all the records and it works fine. However, I
|
| Disconnected recordsets and setting indexes | 07 Feb 2005 19:57 GMT | 3 |
I was hoping to implement disconnected recordsets for sorting purposes in my legacy application. On the existing tables, there is a sort order specified among the primary keys. Is there a way to enforce this in a disconnected recordset?
|
| Recordset from a Stored Proc with parameters and MSFlexGrid | 07 Feb 2005 15:04 GMT | 1 |
i have a msflexgrid. And the data comes from a stored procedure with parameters. My problem is to get the data out of the stored procedure into the msflexgrid. Does anybody have an idea how to do this?
|
| SQLconnection | 07 Feb 2005 14:48 GMT | 2 |
I'm trying to connect to an SQL database from my vb.net form, but getting an error message. The code I used is the following: Private Sub ConnectSQL_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ConnectSQL.Click
|
| Who can i send my code to? | 07 Feb 2005 09:06 GMT | 2 |
Is there anyone who would like to have a look at my simple to give me some advice for improvements?I'll send it in zip-file.
 Signature Thanks a lot
|