| View previous topic :: View next topic |
| Author |
Message |
robertos
Joined: 17 Mar 2007 Posts: 32
|
Posted: Mon Sep 17, 2007 9:16 am Post subject: DB_DATAOBJECT and MDB2 |
|
|
I've read that DB_DATAOBJECT is based on DB. The problem is that i'm using MDB2 all over because i've read that it's newer and better. And i don't think it's a good idea to mix MDB2 with DB.
So can DB_DATAOBJECT be used with MDB2? Or will it be possible in the near future? |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1011
|
Posted: Mon Sep 17, 2007 1:10 pm Post subject: Re: DB_DATAOBJECT and MDB2 |
|
|
| robertos wrote: | | So can DB_DATAOBJECT be used with MDB2? Or will it be possible in the near future? |
Yes, it is possible. I don't use DBDO myself, but I know some people that use DBDO with MDB2 without problems. |
|
| Back to top |
|
 |
robertos
Joined: 17 Mar 2007 Posts: 32
|
Posted: Mon Sep 17, 2007 1:16 pm Post subject: |
|
|
so i should use DBDO with MDB2 just as it would be a DB object?
I was thinking of using like that but I was a little affraid some wierd things could happen... |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1011
|
Posted: Mon Sep 17, 2007 1:23 pm Post subject: |
|
|
| robertos wrote: | | so i should use DBDO with MDB2 just as it would be a DB object? |
I guess that DBDO autodetects whether you're using DB or MDB2 (at least that's how I do it in DB_Table), so yes, there should be no difference in usage. |
|
| Back to top |
|
 |
robertos
Joined: 17 Mar 2007 Posts: 32
|
Posted: Mon Sep 17, 2007 1:24 pm Post subject: |
|
|
| ok, thanks Mark! |
|
| Back to top |
|
 |
harryhobbes
Joined: 18 Jan 2008 Posts: 1
|
Posted: Fri Jan 18, 2008 3:39 am Post subject: |
|
|
Just change this value
to this
|
|
| Back to top |
|
 |
jhfnetboy
Joined: 21 Mar 2008 Posts: 2
|
Posted: Sat Mar 22, 2008 7:25 am Post subject: when i set the value?before or after connect to the DB? |
|
|
when i set the value of db_driver?before or after connect to the DB?
thks  |
|
| Back to top |
|
 |
mark

Joined: 07 Jan 2007 Posts: 1011
|
Posted: Sat Mar 22, 2008 11:43 am Post subject: Re: when i set the value?before or after connect to the DB? |
|
|
| jhfnetboy wrote: | | when i set the value of db_driver?before or after connect to the DB? |
I still don't know the package (or better: I haven't used it), but it's IMHO obvious that you need to do it before you connect. |
|
| Back to top |
|
 |
|