•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 427,463 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,563 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 9057 | Replies: 1
![]() |
•
•
Join Date: Mar 2003
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi all..
im kinda new to vb..i tried to connect my data control to a text file generated by my visual data manager, but every time i tried to run the app..it says that i dont give a right location for my file, i dont specified the location from the properties but instead i used
With datDB
.DatabaseName = App.Path & "\mytxt.txt"
.RecordSource = "Names"
End With
is there something i miss ?
and second question is, how to distribute my .exe without the MSVBVM60.DLL ?
TQ in advance
im kinda new to vb..i tried to connect my data control to a text file generated by my visual data manager, but every time i tried to run the app..it says that i dont give a right location for my file, i dont specified the location from the properties but instead i used
With datDB
.DatabaseName = App.Path & "\mytxt.txt"
.RecordSource = "Names"
End With
is there something i miss ?
and second question is, how to distribute my .exe without the MSVBVM60.DLL ?
TQ in advance
•
•
Join Date: Dec 2002
Location: West Virginia
Posts: 388
Reputation:
Rep Power: 6
Solved Threads: 40
#2
Mar 19th, 2003
The data control can't hook up with a text file. You will need to create a Access data base (.db) and put your data into it for the data control to work.
The answer to your next question is "You can't". Use the setup in vb so all needed files are put together.... Unless the other computer already has the files on them.
Wayne
The answer to your next question is "You can't". Use the setup in vb so all needed files are put together.... Unless the other computer already has the files on them.
Wayne
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Storing Text file in Database through VB (Visual Basic 4 / 5 / 6)
- Reading from a text file and using it as a database (Visual Basic 4 / 5 / 6)
- Insert Contents Of Text File Into Database (ASP.NET)
- read from database and writing the contents into a text file (C)
- read text file (C)
- conversion of text file into data base file (Visual Basic 4 / 5 / 6)
- read text file (C#)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: vb6 executables w/ dll's
- Next Thread: static compile


Linear Mode