| Thread | Last Post | Replies |
|
| how can i avoid do while loop in adding records from one table to other table | 06 Oct 2004 09:13 GMT | 1 |
hi myself avinash ,a programmer i am using vb as front end , ADO library and sql server 7 as back end i want to copy records from one table to another table and i dont want to use do while or while loop bcaz it takes too much time to execute.
|
| Reconnect Disconnected recordset? | 06 Oct 2004 04:03 GMT | 2 |
I have a search form which loads names and addresses and other info, all thsi info is held in a disconnected database so that when a record is selected it can then update another form with the selected information. When I then update the form and save it I want to the be able to ...
|
| Listview... | 06 Oct 2004 01:11 GMT | 7 |
What is the right command to delete a selected item in a listview? Thanks IAK
|
| Can't workout how to use MSAccess databases | 06 Oct 2004 00:40 GMT | 1 |
I am trying to write a small program using VB6 SP5 to remove selections of data from one MS Access database and store it in another. I've tried several methods by Programing
|
| How to debug using MS script editor | 05 Oct 2004 19:35 GMT | 4 |
I know there's a way to attach to an asp page and step through my code, i just don't know how to do it. Does anyone know how to debug asp using the script editor? Thanks!
|
| Copying a table from one DB to another? | 05 Oct 2004 18:35 GMT | 1 |
List: I'm using (mostly) DAO methods to manage a Jet 3.x database. I need to copy a table from one database to another. The databases exist in different workspaces.
|
| Time Untill X? | 05 Oct 2004 17:57 GMT | 4 |
I was wondering what commands I would need to use to get the time (in minutes) to display in a label untill say 12 pm, what commands would I need to use? I have been expermenting around, would i need a DTP?
|
| Visual Basic front-end, Access 2000 backend, datareport problem | 05 Oct 2004 17:41 GMT | 8 |
Visual Basic front-end, Access 2000 backend I found that once a client machine has accessed a datareport (created in Visual Basic) , slowness begins. (Most transactions that would normally take 6 or less seconds, now are 30-40 seconds or more). The .ldb file for the
|
| Command > .Execute fails to Error? | 05 Oct 2004 17:32 GMT | 1 |
Help Please, I'm using VB6 with SQL Server 2000 SP3a. I can't figure out why this code aborts to the error handler at execute. I've changed different things and read till my eyes are bleeding. This is embedded in a class module.
|
| ListView....only problems.... | 05 Oct 2004 16:59 GMT | 7 |
Ok....I'm just a novice in VB but... it's seems imposible to me that I can do nothing with ListView... I'm tryin to create a form in which i have put a listview. I would like to select from the entire recordset only few records after a
|
| What is Clnt/Server and Disconnected Record | 05 Oct 2004 16:52 GMT | 2 |
I am a professional vb software developer, i develop software in tradiotnal way, i often listen and read in various forums and books about Client / Server and Disconnected , but i still unaware with these techniques and their benifits, can any one of you guide me each of them
|
| Calling SP from ADO and passing parameters | 05 Oct 2004 16:33 GMT | 6 |
Can someone please give me a hand? I have a stored procedure which I want to pass some parameters. In other parts of my code, I just set a string variable to "Execute spname var1, var2, etc..." and then run the sql cmd. From what I've read so far, it seems that if I want the
|
| Path problem in the connection string | 05 Oct 2004 16:23 GMT | 2 |
Hi! ... I send you my cordial regards, I'm looking for a sugestion about a situation, using the component ADO (adodc), "Microsoft ADO data control". Once upon a time, I finished my database aplication using VB6. The connection strings points to my local hard drive C:\ .... When I ...
|
| Strange problem....list_click() | 05 Oct 2004 16:09 GMT | 2 |
I have built a simple form with a listbox some textboxes and a datagrid. I have connected the form to the db with ADO. It works fine during the form loading during all the classical operation "Move Next, Move first,...etcetc...(code omitted)
|
| SQL for SP | 05 Oct 2004 15:54 GMT | 3 |
I have SP in SQL Server: CREATE PROCEDURE Admin_BuySellCompanyInsertUpdate @CompanyName varchar(50) @Address1 varchar(50),
|