Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Active older topics
3 new of 3 - Sep 11 2011
2 new of 2 - May 19 2011
4 new of 4 - Apr 7 2011
6 new of 6 - Feb 25 2011
8 new of 8 - Feb 22 2011
2 new of 2 - Feb 22 2011
5 new of 5 - Jan 28 2011
1 new of 1 - Jan 26 2011
2 new of 2 - Jan 12 2011
2 new of 2 - Nov 22 2010
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 76  Older »
Description: Discussion group for  Debea Database Library (http://debea.net)

 

datetime in Query string 
  Windows XP, MINGW gcc-4.6.1 I'm new to Debea. For connecting and getting data from MSSQL server i have such code: try { dba::SQLArchive m_DB; m_DB.open("dbaodbc-static", pConfig->ConnectString.c_str() ); std::auto_ptr<dba::DbResult> dbRes1(arIStream.sendQuery(... more »
By roman  - May 14 - 5 new of 5 messages    

Compile Error 
  Windows XP, msys , gcc version 3.4.5 (mingw-vista special r3): I did configure then make. Result: make[1]: Entering directory `/c/Debea/dba-1.4.2/examples/x mlsimple' g++ -o xmlsimple.exe xmlsimple_xmlsimple.o -L../.. -ldbaxml - ldba c:\mingw\bin\..\lib\gcc\mingw3 2\3.4.5\..\..\..\..\mingw32\bi n\ld.exe:... more »
By Bill Drissel  - Dec 8 2011 - 1 new of 1 message    

Runtime Error 
  Windows XP, msys , gcc version 3.4.5 (mingw-vista special r3): I did configure then make. Result: queries.exe compiled without error but queries.exe then Error: Runtime library loader not found I'm new to Debea and my only experience with API call interface was with Oracle many years ago. Regards. Bill Drissel... more »
By Bill Drissel  - Dec 8 2011 - 26 new of 26 messages    

Error during compiling wxdba 
  Hello, because of moving from wxWidgets 2.8 to 2.9 I had to recompile dba and wxdba. dba went well, but wxdba just won't compile. The compiler does not compile the file "wxutilsgui.h" in line 33, where following code is: static wxString convertPageData(const wxPageSetupDialogData& pData); It seems that he has a problem with wxString, but I don't know how to... more »
By dev  - Nov 16 2011 - 2 new of 2 messages    

How can I retrieve the column name? 
  Currently I'm working with wxdba and I'm trying to set the header of my wxGrid equal to the column name in the database, but how can I implement this as I'm not able to find any function which could help me? Did I overlooked something? Thanks in advance, dev
By dev  - Nov 1 2011 - 3 new of 3 messages    

How to Store Query in Array to Display in Grid 
  Hello, after successfully building wxbda and dba, I'm trying to display the query result in a DataGrid. My Problem is, that there is only the last query result in each row of my DataGrid. I'm using following code: wxString qryresult; wxdba::SQL selec(wxdba::SQL(_T("SELECT * FROM mydatabase")).into(qryresult)) ;... more »
By dev  - Oct 7 2011 - 6 new of 6 messages    

Debea and SQLite: unicode texts 
  Hi, I'm having trouble inserting a unicode text into database. try { dba::SQLArchive ar; ar.open("dbasqlite3-static", "dbname=mydb.db"); dba::SQL q(qstn.wc_str()); ar.getOStream().sendUpdate( dba::SQL( " INSERT INTO questions(quest,vars) VALUES ('"... more »
By tech  - Sep 23 2011 - 4 new of 4 messages    

wxDba and MS Access database 
  Hi everyone, Quote: ...You can also use it to send simple SQL queries to variety of databases that can be accessed through ODBC or iODBC. Does debea support MS Access databases? Please provide me with a simple code snippet that would connect to a ms access database and for example execute the following command: "SELECT *... more »
By tech  - Sep 11 2011 - 20 new of 20 messages    

miss #include <wx/cmndata.h> 
  Hi, I compile wxdba from Xcode 4.2 and meet a miss header issue. I add ... to wxutilsgui.h to fix it.
By Gpeica  - Sep 6 2011 - 2 new of 2 messages    

Debea activity 
  Hello, Is this project being actively maintained ? I'm seeing very little activity in the mailing list ? In case it's not, can you recommend some project for wxWidgets database access ? Thnx, Nelson Teixeira ------------------------------ ------------------------------ -- Blog: Ao contrário - Vanguardismo retrô... more »
By Nelson Teixeira  - Jun 3 2011 - 2 new of 2 messages    

1 - 10 of 76   « Newer | Older »

XML       Send email to this group: debea-users@googlegroups.com