3
Answers

Can anyone please give me a link to a book or a "complete" resource that teaches using Microsoft access with C#.

Waqas Ali

Waqas Ali

12y
1.5k
1
I am from Visual Basic 6 background so I find it really hard to learn all the new .NET programming languages. I have learned the basics of c# and want to move on to data access.
The problem is that every book i find contains ADO.net, LINQ, SQL etc and a very small portion of Microsoft Access. 
Please PLease PLease , someone give me a book through which I can learn using Microsft Access and C# together. 

Thanks in Advance
Answers (3)
0
Kunal Vaishya
NA 4.1k 266.1k 12y

Attachment moviedb.zip

0
Waqas Ali
NA 19 19.4k 12y
Thanks,
Can you tell me how to use this command with a textbox

regionTableAdapter.Insert(5, "NorthWestern");

can i write textbox1.text, textbox2.text instead of 5 and Northwestern. I tried it but it gave me error( I was explicitly converting the textboxes to int32)

????
0
Satyapriya Nayak
NA 53k 8m 12y
Hi Waqas,

Please refer the below links

http://www.c-sharpcorner.com/uploadfile/mimrantaj/connect-to-access-database-in-C-Sharp-and-ado-net/

http://msdn.microsoft.com/en-us/library/aa288452%28v=vs.71%29.aspx

http://www.codeproject.com/Articles/24043/Simple-Movie-Database-in-C-using-Microsoft-Access

Thanks