This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / Redescribe the question again: I want to access window access database in visual c++.net, what should I write, such as head file, defining class and so on?
-suozhang(suozhang);
2006-3-20
(#2852099@0)
-
And post the second question:
I need to access and manipulate mySQL database too,I have no idea how to do these things on visual c++.net. I will be appreciate if anyone can give me any advice or recommend any books.
-suozhang(suozhang);
2006-3-20
{134}
(#2852135@0)
-
Nobody can help me?
-suozhang(suozhang);
2006-3-20
(#2852144@0)
-
Bei Ai....................
-suozhang(suozhang);
2006-3-20
(#2852371@0)
-
It is not hard at all, you just need to be more specific about your questions, otherwise, all ppl can tell you is just "RTFM".
-canadiantire(轮胎-M.I.N.K.);
2006-3-20
(#2852749@0)
-
Fristly, I do not know "RTFM". MY question is I want to read access row and write them to mySQL,but I must do some deal with these data before I insert them into mySQL. I have .mdb on my computer already, how can I read the row? Do not wow me, really I am a new C++ tryer.
-suozhang(suozhang);
2006-3-20
{176}
(#2852798@0)
-
OK, two things: 1, Goto mysql website, download .NET db driver for MySQL, read the manual on how to use it; 2, Open up your VS.NET, add New MySQL Server, and go google any article about ADO.NET stuff
-canadiantire(轮胎-M.I.N.K.);
2006-3-20
(#2852951@0)