Sam
you should put th ODBC code to the github.com ,
let all world to see your hard work!
Frank
On Wed, 23 Jan 2013 04:41:11 -, Sam Hu wrote:
I've tested and the Chinese character issue really fixed!
But I have two more issues here.
1.for connect with DSNless string function provided by my original code
as below,I can not make it to connect successfully with really database
file.
On Wed, 23 Jan 2013 04:09:01 -, Sam Hu wrote:
for windows console show Chinese character issue,I've solved and posted
on the forum before.Please refer to below link:
http://forum.dlang.org/thread/suzymdzjeifnfirtb...@dfeed.kimsufi.thecybershadow.net#post-suzymdzjeifnfirtbnrc:40dfeed.kimsu
I've tested and the Chinese character issue really fixed!
But I have two more issues here.
1.for connect with DSNless string function provided by my
original code as below,I can not make it to connect successfully
with really database file.Don't now why yours works.
bool connect(string connec
On Thursday, 17 January 2013 at 18:36:16 UTC, Regan Heath wrote:
On Mon, 14 Jan 2013 10:02:04 -, Regan Heath
wrote:
Ok, solved the issue I think.
Appreciatd all the help and am very excited that it finaly
works,WOW!
Now I can see (in Visual-D debugger) the Chinese characters in
the ro
On Mon, 14 Jan 2013 10:02:04 -, Regan Heath
wrote:
I'm more than happy to upload the database file here,but I can't find
how to.May I have your mail address?Appreciated for all the help!
My email address in the from is valid: regan at netmail dot co dot nz
Ok, solved the issue I thin
I'm more than happy to upload the database file here,but I can't find
how to.May I have your mail address?Appreciated for all the help!
My email address in the from is valid: regan at netmail dot co dot nz
--
Using Opera's revolutionary email client: http://www.opera.com/mail/
On Monday, 31 December 2012 at 11:01:17 UTC, Regan Heath wrote:
On Mon, 24 Dec 2012 07:18:51 -, Sam Hu
wrote:
On Friday, 21 December 2012 at 15:20:39 UTC, Regan Heath wrote:
On Wed, 19 Dec 2012 06:33:16 -, Sam Hu
wrote:
On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath
wro
On Mon, 24 Dec 2012 07:18:51 -, Sam Hu wrote:
On Friday, 21 December 2012 at 15:20:39 UTC, Regan Heath wrote:
On Wed, 19 Dec 2012 06:33:16 -, Sam Hu
wrote:
On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath wrote:
>
Ahh, of course. Now I'm having linking issues :p
I'm usi
On Friday, 21 December 2012 at 15:20:39 UTC, Regan Heath wrote:
On Wed, 19 Dec 2012 06:33:16 -, Sam Hu
wrote:
On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath wrote:
>
Ahh, of course. Now I'm having linking issues :p
I'm using VisualD and I've added odbc32.lib to the right
pla
On Wed, 19 Dec 2012 06:33:16 -, Sam Hu wrote:
On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath wrote:
>
Ahh, of course. Now I'm having linking issues :p
I'm using VisualD and I've added odbc32.lib to the right place, but
some symbols are still missing - specifically the W versi
On Monday, 10 December 2012 at 14:43:08 UTC, Regan Heath wrote:
>
Ahh, of course. Now I'm having linking issues :p
I'm using VisualD and I've added odbc32.lib to the right place,
but some symbols are still missing - specifically the W
versions. I've dumped the symbols in the DMC odbc32.lib a
On Fri, 07 Dec 2012 00:27:57 -, Sam Hu wrote:
On Thursday, 6 December 2012 at 16:44:01 UTC, Regan Heath wrote:
On Thu, 06 Dec 2012 01:26:32 -, Sam Hu
wrote:
Known issues:
Under console reading Access table recordsets works fine ,inserting a
new record which contains only English
On Thursday, 6 December 2012 at 16:44:01 UTC, Regan Heath wrote:
On Thu, 06 Dec 2012 01:26:32 -, Sam Hu
wrote:
Known issues:
Under console reading Access table recordsets works fine
,inserting a new record which contains only English characters
works fine as well,but inserting new record
On Thu, 06 Dec 2012 01:26:32 -, Sam Hu wrote:
Known issues:
Under console reading Access table recordsets works fine ,inserting a
new record which contains only English characters works fine as well,but
inserting new record which contains Chinese character will crash;
If calling the f
Known issues:
Under console reading Access table recordsets works fine
,inserting a new record which contains only English characters
works fine as well,but inserting new record which contains
Chinese character will crash;
If calling the fetchAll in a DFL gui form and try to display the
res
On Wednesday, 5 December 2012 at 11:33:16 UTC, Regan Heath wrote:
On Wed, 05 Dec 2012 03:29:50 -, Sam Hu
wrote:
On Tuesday, 4 December 2012 at 10:05:16 UTC, Nathan M. Swan
wrote:
I've never used ODBC before, but a quick scan of the MSDN
docs suggests that you should use SQL_C_WCHAR ins
On Wed, 05 Dec 2012 03:29:50 -, Sam Hu wrote:
On Tuesday, 4 December 2012 at 10:05:16 UTC, Nathan M. Swan wrote:
I've never used ODBC before, but a quick scan of the MSDN docs suggests
that you should use SQL_C_WCHAR instead, maybe using some D wstring
functions too.
BTW, convert sq
On Tuesday, 4 December 2012 at 10:05:16 UTC, Nathan M. Swan wrote:
I've never used ODBC before, but a quick scan of the MSDN docs
suggests that you should use SQL_C_WCHAR instead, maybe using
some D wstring functions too.
BTW, convert sql.ptr -> std.string.toStringz(sql); this is good
pract
On Tuesday, 4 December 2012 at 10:05:16 UTC, Nathan M. Swan wrote:
I've never used ODBC before, but a quick scan of the MSDN docs
suggests that you should use SQL_C_WCHAR instead, maybe using
some D wstring functions too.
BTW, convert sql.ptr -> std.string.toStringz(sql); this is good
pract
On Tuesday, 4 December 2012 at 07:59:40 UTC, Sam Hu wrote:
Greetings!
Any help would be much appreicated in advance as I've really
struggled for quite long time!
I wrote a class wrapper for MS ODBC Access database.When I try
to run query on an Access database file,all fields contains
Englis
Greetings!
Any help would be much appreicated in advance as I've really
struggled for quite long time!
I wrote a class wrapper for MS ODBC Access database.When I try to
run query on an Access database file,all fields contains English
character are fine with the result,but for those Asian cha
22 matches
Mail list logo