H
ht
Hi!
i have a problem.
i'm using Visual Basic .Net 2003
Here's the thing.
I need to select one folder, without subdirs. (I know that)
For every file in that folder i need to create a record in dataset,
I displayed all files in listbox.(for preview), that works.
Here's the problem, I dont know insert statement
I need to insert string in a single record in a column, like this:
Location of the file and file name are two separate things, how do I put
them into one column ?
'C:\temp\picture.jpg'
When all files are loaded in, I wil make some changes in records and than
save it all to database.
i have a problem.
i'm using Visual Basic .Net 2003
Here's the thing.
I need to select one folder, without subdirs. (I know that)
For every file in that folder i need to create a record in dataset,
I displayed all files in listbox.(for preview), that works.
Here's the problem, I dont know insert statement
I need to insert string in a single record in a column, like this:
Location of the file and file name are two separate things, how do I put
them into one column ?
'C:\temp\picture.jpg'
When all files are loaded in, I wil make some changes in records and than
save it all to database.