I've been using PHP for years now, and I would like to continue to do so. And I will, but only in the hobby sense. See, I am a Win32 programmer at work. And I'm currently working on a project that I think needs to be moved from flat files to a SQL setup. Not having done this before, I began to look through the DAO and all that junk. There are alot of hoops I have to jump through to get things working. I was wondering if its possible to use the familiar connect, execute, and fetch_{row|array} natively in MS Visual C++. I would make my job alot easier. In theory, it should be do-able because of the win32 port, but I cannot find any kind of information on doing this. Can anyone help?
Thanks in advance!
Jason