On Wed, Nov 15, 2017 at 7:14 PM, Paul H. Tarver <[email protected]> wrote:
> Ok, I give up. I've been using Whil Hentzen's book "Using SQLite to Bypass
> The 2GB .DBF Filesize Limit" for a project I'm trying to develop and I have
> some weird behavior going on.

I read that book, too! <g>

> If I create a DSN using the ODBC drive and then use SQLCONNECT('dsn-name'),
> the connection is made and if the database file "trnslate.db" doesn't
> already exist it is created in the folder I designated in the Database Name
> field of the DSN.

That's good.

> However, if I create DSN-Less connection (SQLSTRINGCONNECT) using the
> connection string I get back using SQLGETPROP(lnhandle,"ConnectString") , I
> get a handle, but it is to a "trnslate.db" database that doesn't contain the
> table I previously created and if the "trnslate.db" table doesn't already
> exist in the designated folder, it is NOT created on the hard drive.
> However, it apparently IS created in memory. I can create a table and issue
> a select command and get back the results I expect, but a database file is
> NEVER physically created on the hard drive which I need to do for my
> purposes.

 /*snip*/

> HELP!

I'm away from Windows machines right now. Let me check into this later
in the day.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cacw6n4u_hhaezzslhdj3icvek3ii5lxh+olkvoe3xkw8asq...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to