|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
|