views:

277

answers:

0

I've got a program that exports data using a user-made .csv or .txt Microsoft Text Driver ODBC datasource. I create this datasource brand new in the ODBC Data Source Administrator, with a path to a directory shared by both the program and the DS. Then in the program I give it my datasource and it apparently wants the datasource to have an existing table for it's exported data so it can map it's table to my table. Unfortunately, I have no clue how to go about creating a permissible table, and this is unfamiliar territory for me. Sadly, I've had a very hard time finding information pertaining to my problem. If anyone could help me get a grip on creating a quick table and linking it to the datasource I'd be very appreciative.

I have a feeling this won't really make sense and I'm coming out with this all wrong. If what I'm saying is way out there, don't crucify me! :) Just let me know and I'll try to explain it as best I can so that it makes sense to not just me.