| Thread | Last Post | Replies |
|
| Error get @@identity when using NT Authentication | 14 Dec 2004 00:32 GMT | 1 |
I have a piece of code where i'm inserting a single row in a table and then using the Connection Objects Execute method to get the @@identity from the table. This worked fine, until i was asked to change the connection string.
|
| appAccess.Run in an MDE rather than MDB | 14 Dec 2004 00:04 GMT | 1 |
I am trying to run a function in an Access MDE from vb6. Running the following code works fine in an MDB: Set appAccess = GetObject("Reports.MDB").Application appAccess.Run "MyCustomFunction", arg1, arg2
|
| Create a connection over Network | 13 Dec 2004 23:07 GMT | 1 |
I am trying to develop a small application. The database is Access. This is over a network in another system. After it is developed, 2 or 3 of my friends will access the database. How will i create a connection in Visual Basic using ADO so that the
|
| ADO access to SQL thru Internet | 13 Dec 2004 17:27 GMT | 2 |
I am doing research on a possible project that may come up in January that consists of building a front end in vb6 that will access data on a remote PC with Windows Server 2003 and SQL Server 2000. The only common denominator is that all
|
| Best Pratice-Remore ADO Access | 13 Dec 2004 16:40 GMT | 5 |
We are creating a form for our VB 6 app users to edit some add and edit some data over a WAN connection to a SQL Server. What is the best method to set up the ADO objects under these circumstances? Specifically: 1. I am assuming that the Connection object should only be opened ...
|
| ADODB.Recordset and Web Service Help | 13 Dec 2004 14:22 GMT | 1 |
I have a VB 6 app which creates an ADODB.Recordset. I need to pass this ADODB.Recordset inot a .Net Web Service. I know that the recordset cannot be passed in its original form. How can I transform this ADODB.Recordset into a format that can be passed as a parameter into a Web ...
|
| sort of ot | 13 Dec 2004 08:48 GMT | 2 |
my question isn't db related but here i get the fastest answer... i am making a document with 'printer' printer.print variable i would like help on changing the font type and size (to arial size 10)
|
| A VB.Net? | 12 Dec 2004 19:17 GMT | 8 |
Why are there no wizards in .net There are no addins No Toolbar Wiz, No App Wiz, no Class wiz Why?
|
| SELECT * FROM table WHERE field = '%string%' | 12 Dec 2004 10:19 GMT | 8 |
In this query below, we can only write down a string without any space, but if I want to write 2 strings? Like this: SELECT * FROM table WHERE field = T Anderson Regards,
|
| REQ: Create a sorted table (DAO) | 11 Dec 2004 17:44 GMT | 15 |
I create a database using DAO with one table. After that my app. stores data to this table. But i need a sorted table to work with. Now i'am using a query, but with about 4,000,000 records
|
| Search Logic Challenge - | 10 Dec 2004 20:41 GMT | 3 |
Hello - I have a problem that I'm trying to address in VB6 and I'm soliciting feedback from others to determine the best algorithm to use. We currently have an online application that must be "enabled" at start of day so users can access application. At end of day, the ...
|
| newbie: detect new record automatically? | 10 Dec 2004 19:37 GMT | 1 |
newbie ?: is it possible for a database like access or msde or sql server express to raise an event to an application? i would like to detect if a new record has been added to a table automatically, using events? is this possible? my goal is to have a listview update ...
|
| Strings can be duplicated if they begin with 0 | 10 Dec 2004 19:13 GMT | 1 |
Thanks as always for your response in advance. Here's my situation: I'm using vb.net with a MS SQL database. We enter new records beginning with the SSN - Social Security #. The SSN is stored as a char
|
| Multiple Column Index | 10 Dec 2004 02:42 GMT | 2 |
Hey all, I'm doing some modifications on an old VB 5.0 application. The current code to access an MSAccess DB is : rsName.Index = Column1
|
| "Method '~' of Object '~' Failed" | 09 Dec 2004 22:45 GMT | 4 |
I have a VB6SP5 app written with ADO and using MDAC 2.7 After install on 5 Windows XP machines with Office XP, on of then showed the error on the subject ("Method '~' of Object '~' Failed") Some foruns suggested a MDAC version mismatch or DLL mismatch
|