| Thread | Last Post | Replies |
|
| use Adodc1 not refresh | 15 Oct 2007 18:01 GMT | 1 |
I am using an Adodc1 control to get to my table on an SQL server, but every time I start the app it hangs for 20 seconds while the Adodc does a refresh. The Adodc1.Recordset.Source = "Select * from MyTable"
|
| VB6 application, converting from Access to SQL2000 | 15 Oct 2007 17:48 GMT | 1 |
I've inherited a VB6 application which used to run on a local access database, and the client wants to move to a SQL2000 database. TheVB6 application uses ADODB however uses recordset with a .filter. I've profiled one of the functions in the app as it does over 85k call
|
| Using .MDB without configuring DSN | 15 Oct 2007 17:45 GMT | 2 |
I wanted to create an application that can display name and associated phone number. Nothing fancy, just a couple textboxes and some Next/Previous buttons. The way I've been doing it requires manually configuring the DSN settings on my computer. It works fine. Now I wanted to ...
|
| XML Nightmare!! | 09 Oct 2007 02:49 GMT | 8 |
Could really do with some tender loving guru help on this one :0) I create my own XML export file from my VB6 app and this works fine. Problem is I need to read this XML export file back in, but I'm really stuck on a few bits of it.
|
| ADO 2.8 on Windows Server 2000? | 04 Oct 2007 16:41 GMT | 3 |
I've added code in a MS Word macro (VBA) to reference ADO so I can call SQL from VBA. Is there any reason I wouldn't be able to run this macro on Windows Server 2000? I'm using ADO 2.8. Is that version compatible with Windows Server 2000? If
|
| Non Programming Question. | 03 Oct 2007 02:53 GMT | 2 |
I know this is probably not the most appropriate place to ask this question, but I'm not sure where else to ask. This will be the only time I do this. I have read through the Help document for the webiste and am unable to find out how I could filter the search results to show all ...
|
| Trouble with Oracle | 03 Oct 2007 02:46 GMT | 2 |
I have been asked to troubleshoot this old VB program that connects to an oracle 9i server. When I connection I get a TNS names resolution error. I can connect from the machine running the program using SQL Plus to the database just fine. We recently updated the machine with ...
|
| encrypting a db | 01 Oct 2007 21:05 GMT | 4 |
Just a quickie (I think), when I encrypt my db what pluses and minuses am I getting from doing this? Does it stop users from figuring out the password? Does it stop them from seeing content when they open up the db in a text
|