Hi all,
Such as:
con = new OleDbConnection(@"provider=microsoft.jet.oledb.4.0;data scource=C:\MyProject\Product.mdb");
thanks.
Hi all,
Such as:
con = new OleDbConnection(@"provider=microsoft.jet.oledb.4.0;data scource=C:\MyProject\Product.mdb");
thanks.
Other
https://www.mindstick.com/DeveloperSection/Beginner
Join mindstick beginners section...
Cheers!
Hi Rohit,
You can give me some website address to learn SQL?
thanks in advance.
Hi Rohit,
thanks for your help.
You can use relative path by using GetFullPath method of the Path class that exist in the System.IO namespace.
Try this:
Console.WriteLine("The relative path 'file.txt' " + System.IO.Path.GetFullPath("file.txt"));