Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Random Access Files

Status
Not open for further replies.

NW

Programmer
Feb 3, 2000
61
GB
How can I insert a record to a sequential or Random Access file?
 
What type of random access file? An Oracle File? An Access file? Normally this is done with an ADO control and an SQL command.
 
There's a small discussion of ways to do this with "flat files" in thread222-55379.
VCA.gif

Alt255@Vorpalcom.Intranets.com​
 
Thanks for your answers. Initially I wanted to insert records to a Access Database (Not append - to insert to a specific location) - But I belive there is no such command to do it. Now I'm trying to do the same with Ascii/Ransom access file.
NW
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top