Click here to Skip to main content
15,922,630 members
Home / Discussions / Database
   

Database

 
GeneralRe: Crazy question Pin
Colin Angus Mackay11-Oct-04 2:35
Colin Angus Mackay11-Oct-04 2:35 
GeneralRe: Crazy question Pin
Anders Molin11-Oct-04 2:48
professionalAnders Molin11-Oct-04 2:48 
GeneralRe: Crazy question Pin
Chris Meech26-Jan-01 4:41
Chris Meech26-Jan-01 4:41 
GeneralNew ADO.NET Article Pin
Griffo18-Jan-01 9:30
Griffo18-Jan-01 9:30 
QuestionWhy can't I set a connectionString? Pin
Dave Midgley17-Jan-01 23:16
Dave Midgley17-Jan-01 23:16 
AnswerRe: Why can't I set a connectionString? Pin
26-Jan-01 4:54
suss26-Jan-01 4:54 
GeneralLooking for young SQL programmer Pin
14-Jan-01 11:27
suss14-Jan-01 11:27 
QuestionWhat database type to choose? Pin
2-Jan-01 4:32
suss2-Jan-01 4:32 
As a former (and current) UNIX programmer, I am finding myself in a state of confusion when it comes to DB programming in windows. In UNIX I get the libraries I need to talk to the database and use SQL statements to do it all. I connect, query, then parse the results. I'm looking for something as simple to do un Windows. If it helps, I'm looking for something very php (www.php.net) like in syntax: connect(params), execute(sql statement), fetch_array(results), disconnect(). Most important no note that the fetch_array returns tabel data as record=fetch_array(query_result); record[field]="some val". Alternative to that is fetch_row which you can use the index (column number) of the field to get that value. Is there anything like that in Microsoft? Do I have to use classes of CDatabase and CRecordset? It looks like I have to jump through a lot of hoops to get something simple working.

Secondly, what are the installation requirements for the particular methods? Must I always require Microsoft Access be installed? Under UNIX I can make such a requirement because there always is a UNIX admin handy to install it. But on a PC I cannot make that assumption. I have to assume that any inexperianced user can handle it. Which also raises the question, how do I initialize a database under windows? Could I use hard coded SQL statements?

Thanks in advance
AnswerRe: What database type to choose? Pin
Anders Molin2-Jan-01 23:37
professionalAnders Molin2-Jan-01 23:37 
GeneralSQL Server connections to backend server failing Pin
Chris Maunder5-Dec-00 8:47
cofounderChris Maunder5-Dec-00 8:47 
GeneralRe: SQL Server connections to backend server failing Pin
Anders Molin27-Dec-00 15:14
professionalAnders Molin27-Dec-00 15:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.