Adding an Access Connection to Visual J# 2005 Express beta 2
I have been trying to add a new data source to a J# application under Visual J# 2005 Express beta2 that I downloaded a few days ago.
I select the Microsoft Access Database File (OLE DB) and specify a path and the 'Test Connection' button works.
However, when I validate, I get the message 'The parameter is incorrect.'
Love it.. I have no idea which parameter is involved. I have tried looking at the advanced properties but cannot see anything unusual.
I get exactly the same message from C++ ( Visual C++ 2005 Express beta2)
Am I doing something wrong?
Thanks for any help
ps i am under win xp pro sp2, office 2003 access.
[646 byte] By [
hdb] at [2008-2-27]
Thank-you and as suggested, I posted this in the VS Express forum.
In the mean time, is there something I can use to save and load data into my application ?
I have managed to create a System.Data.DataSet, with a few dataTables and added it as a data source but i just cannot see how to store data I iniput..mainly because I cannot find the documentation for this!Can u help?
Thanks and regards,
Hugues
hdb at 2007-9-9 >

Hi Hugues,
You can find the documentation for 'DataSet' class in this MSDN link.
You need to use DataColumn and DataRow objects to store data in a DataTable. Please refer the sample code in this link.
Thanks,
Kasinathan
VJ# Team