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 :)