A
alanwo
Hi Experts,
Connected to Access MDB file using ADO.net OLEDB, I have a SQL to get
file extension from file name which is stored as field.
SELECT Right(FileName, Len(FileName) - InStrRev(FileName, '.')) FROM
Files
This query work in MS ACCESS enivronment but not VB.net program
connecting to the database.
StrReverse / Reverse don't work neither
Your help is highly appreciated.
Alan Wo
http://noclone.net
Connected to Access MDB file using ADO.net OLEDB, I have a SQL to get
file extension from file name which is stored as field.
SELECT Right(FileName, Len(FileName) - InStrRev(FileName, '.')) FROM
Files
This query work in MS ACCESS enivronment but not VB.net program
connecting to the database.
StrReverse / Reverse don't work neither
Your help is highly appreciated.
Alan Wo
http://noclone.net