Author |
Message |
Topic: Getting the length value from a Row |
jpelcis
Replies: 6
Views: 24775
|
Forum: DDBI Posted: Fri Feb 02, 2007 8:09 pm Subject: Re: Getting the length value from a Row |
Hello.
how do I read the contents of a Row? I mean, I know that I could do, row
There currently is no way to do so, but putting
size_t length () {
return fieldTypes.len ... |
Topic: Change Log |
jpelcis
Replies: 5
Views: 24008
|
Forum: DDBI Posted: Fri Feb 02, 2007 8:01 pm Subject: Change Log |
Version 0.2.5
Tango support added.
Tango is now the default standard library.
-version=Phobos should be used for Phobos compatibility.
Ares support has been removed.
buildme.d now put ... |
Topic: buildme problem on mac. |
jpelcis
Replies: 1
Views: 9579
|
Forum: DDBI Posted: Thu Nov 09, 2006 5:42 pm Subject: buildme problem on mac. |
These problems have been fixed in the version of buildme.d that's in the trunk. Please upgrade to it. |
Topic: simple modification to make dbi case insensitive |
jpelcis
Replies: 2
Views: 9162
|
Forum: DDBI Posted: Thu Nov 09, 2006 5:40 pm Subject: simple modification to make dbi case insensitive |
Thank you for looking, but there won't be any changes to Row.d until the new version is in place with 0.3.0. |
Topic: i fail to get the column name by using odbc |
jpelcis
Replies: 2
Views: 10234
|
Forum: DDBI Posted: Wed Nov 01, 2006 5:43 pm Subject: i fail to get the column name by using odbc |
Thanks again. This is fixed, too. |
Topic: prevent arraybounds error by null field data |
jpelcis
Replies: 1
Views: 8343
|
Forum: DDBI Posted: Wed Nov 01, 2006 5:41 pm Subject: prevent arraybounds error by null field data |
Thanks. That's fixed now. |
Topic: Building DDBI UTF Error (linux, ubuntu) |
jpelcis
Replies: 3
Views: 12157
|
Forum: DDBI Posted: Fri Oct 20, 2006 6:38 pm Subject: Re: Building DDBI UTF Error (linux, ubuntu) |
Hi. Nice to meet you.
I searched a great deal and couldn't find any help. I am trying to get only the MySQL parts working, and so I do the following:
I don't have a copy of Linux to test on, ... |
Topic: use DDBI in mysql runtime error! |
jpelcis
Replies: 9
Views: 19765
|
Forum: DDBI Posted: Wed Sep 20, 2006 12:33 pm Subject: use DDBI in mysql runtime error! |
Sorry all for the long time between the last two releases. My life has been a little hectic lately.
I do get a seemingly pointless access violation on exit though - just for creating a new OdbcDat ... |
Topic: Change Log |
jpelcis
Replies: 5
Views: 24008
|
Forum: DDBI Posted: Wed Sep 20, 2006 12:28 pm Subject: Version 0.2.4 |
Version 0.2.4
Changed DBIException.getSQL to DBIException.getSql.
The file names are now in CamelCase to support case-sensitive systems.
Ares is now mostly supported if D DBI is compiled with ver ... |
Topic: dsource.org broken in firefox |
jpelcis
Replies: 2
Views: 14819
|
Forum: Site Posted: Fri Sep 15, 2006 4:37 pm Subject: dsource.org broken in firefox |
As I'm writing this in FireFox, it does work. The problem likely lies in your settings. The error sounds like JavaScript is disabled. Try doing the following:
ToolsOptionsContentEnable JavaScrip ... |
Topic: DerelictGLUT |
jpelcis
Replies: 8
Views: 13005
|
Forum: Derelict Posted: Sat Sep 09, 2006 12:15 pm Subject: DerelictGLUT |
It's not completely dead. version (FREEGLUT_EXTRAS) |
Topic: odbc32.def ,create ODBC32.LIB |
jpelcis
Replies: 1
Views: 11427
|
Forum: DDBI Posted: Fri Aug 18, 2006 12:02 pm Subject: odbc32.def ,create ODBC32.LIB |
While it's nice to know that you solved your problem, setup instructions were already written and available online in [url=http://www.dsource.org/projects/ddbi/wiki/ODBCSubproject]the wiki. The solut ... |
Topic: Problems compiling ddbi under linux |
jpelcis
Replies: 3
Views: 11440
|
Forum: DDBI Posted: Fri Aug 11, 2006 4:33 pm Subject: Problems compiling ddbi under linux |
Sorry to ressurect a dead thread, but having recently started using DBI (neat, btw!) I'll add that it is indeed a problem under *nix.
I don't mind if you revive a dead thread as long as it serv ... |
Topic: Compiling DDBI |
jpelcis
Replies: 3
Views: 11921
|
Forum: DDBI Posted: Fri Jul 28, 2006 12:49 pm Subject: Compiling DDBI |
The client machine would need the ODBC driver for the database you are using and possibly MDAC.
Windows XP SP2, Windows 2003, and Windows Vista all are supposed to have the most recent version of M ... |
Topic: Compiling DDBI |
jpelcis
Replies: 3
Views: 11921
|
Forum: DDBI Posted: Fri Jul 28, 2006 11:11 am Subject: Compiling DDBI |
To install WindowsAPI and use ODBC, there are two things you need to do.
Follow the directions at the
Put the Put the win32 folder in your project directory.
Put the win32 folder in your dmd ... |
|