RE: [sqlite] Interbase to SQLite

2006-12-09 Thread Fred Williams
How about Pascal?  Wordy like Basic, powerful like "C".

Download Turbo Delphi, and give it a look.

Fred

> -Original Message-
> From: RB Smissaert [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 07, 2006 4:11 PM
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] Interbase to SQLite
>
>
> OK, I think I get it now.
> There is no ready made dll, but I have to write one in C or C++.
> Trouble is I only know VB/VBA, so not too easy then.
>
> RBS
>
>
> -Original Message-
> From: Fred Williams [mailto:[EMAIL PROTECTED]
> Sent: 07 December 2006 17:43
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] Interbase to SQLite
>
> well, now that you have one of the most powerful development platforms
> in the known universe installed, study up a bit (won't
> require much) on
> the "VCL" concept.
>
> There are VCL's available for both Interbase and SQLite.  Install them
> and sail on...  Or, if you are an old "C" coder break out the
> whip with
> nails embedded and slog and flog on through the relevant API's.  You
> will feel right at home :-)
>
> Fred
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, December 07, 2006 10:19 AM
> > To: sqlite-users@sqlite.org
> > Subject: Re: [sqlite] Interbase to SQLite
> >
> >
> > Hi Dennis,
> >
> > I have installed the whole lot and it went very smoothly.
> > Now though I am not sure what the next step is. Were you
> saying there
> > was a driver to connect to both Interbase and SQLite like an
> > ODBC driver?
> > Or did you have something else in mind?
> >
> > RBS
> >
> > > RB Smissaert wrote:
> > >> Unfortunately it looks it needs installing the .NET
> > framework and J#.
> > >> I will keep it in mind, but for now that has put me off
> this route.
> > >>
> > >>
> > > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> > > Delphi.Net development. As a result it uses .Net to support
> > the .Net SDK
> > > in the help system used for .Net development. So the .Net
> > framework and
> > > SDK are prerequisites. I am fairly certain the IDE itself
> > (i.e. editor,
> > > project manager, compiler, etc.) does not use .Net, they
> > were just too
> > > lazy to remove the requirements for the new single language Turbo
> > > versions. In fact, I think I saw some instructions for
> > installing BDS
> > > without the .Net framework somewhere on the web, but I
> > don't know where.
> > >
> > > If you are doing straight Win32 development, and Turbo
> C++ only does
> > > Win32, your application will not need .Net.
> > >
> > > I'm not sure why you think you needed J#, but that is not
> > required to
> > > the best of my knowledge.
> > >
> > > Dennis Cote
> > >
> > >
> > --
> > ---
> > > To unsubscribe, send email to [EMAIL PROTECTED]
> > >
> > --
> > ---
> > >
> > >
> > >
> >
> >
> >
> >
> > --
> > ---
> > To unsubscribe, send email to [EMAIL PROTECTED]
> > --
> > ---
> >
>
>
> --
> --
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> --
> --
> -
>
>
>
>
> --
> ---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --
> ---
>


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-07 Thread jose isaias cabrera



Indeed, my friend.  D is as fast as c, but as easy to code as jscript, c#
and java.  And it's compiled language.  Stand alone without JRE or some
special library.


- Original Message - 
From: "RB Smissaert" <[EMAIL PROTECTED]>

To: <sqlite-users@sqlite.org>
Sent: Thursday, December 07, 2006 6:00 PM
Subject: RE: [sqlite] Interbase to SQLite



Now do you reckon with D I could move data fast from Interbase to SQLite?

RBS

-Original Message-
From: jose isaias cabrera [mailto:[EMAIL PROTECTED]
Sent: 07 December 2006 22:31
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite


I would suggest the Programming Language D, my friend. :-)

http://www.digitalmars.com/d/index.html

The easiest and fastest language ever.  Here is an example on how to use 
it

with sqlite:

http://www.dprogramming.com/enticeaddrbook.html

you will have to go to the d forums and ask for help, but I am just giving
you the easiest and a more  powerful way than VB/VBA.

Enjoy your new found programming language.


- Original Message - 
From: "RB Smissaert" <[EMAIL PROTECTED]>

To: <sqlite-users@sqlite.org>
Sent: Thursday, December 07, 2006 5:11 PM
Subject: RE: [sqlite] Interbase to SQLite



OK, I think I get it now.
There is no ready made dll, but I have to write one in C or C++.
Trouble is I only know VB/VBA, so not too easy then.

RBS


-Original Message-
From: Fred Williams [mailto:[EMAIL PROTECTED]
Sent: 07 December 2006 17:43
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] Interbase to SQLite

well, now that you have one of the most powerful development platforms
in the known universe installed, study up a bit (won't require much) on
the "VCL" concept.

There are VCL's available for both Interbase and SQLite.  Install them
and sail on...  Or, if you are an old "C" coder break out the whip with
nails embedded and slog and flog on through the relevant API's.  You
will feel right at home :-)

Fred


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Thursday, December 07, 2006 10:19 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite


Hi Dennis,

I have installed the whole lot and it went very smoothly.
Now though I am not sure what the next step is. Were you saying there
was a driver to connect to both Interbase and SQLite like an
ODBC driver?
Or did you have something else in mind?

RBS

> RB Smissaert wrote:
>> Unfortunately it looks it needs installing the .NET
framework and J#.
>> I will keep it in mind, but for now that has put me off this route.
>>
>>
> Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> Delphi.Net development. As a result it uses .Net to support
the .Net SDK
> in the help system used for .Net development. So the .Net
framework and
> SDK are prerequisites. I am fairly certain the IDE itself
(i.e. editor,
> project manager, compiler, etc.) does not use .Net, they
were just too
> lazy to remove the requirements for the new single language Turbo
> versions. In fact, I think I saw some instructions for
installing BDS
> without the .Net framework somewhere on the web, but I
don't know where.
>
> If you are doing straight Win32 development, and Turbo C++ only does
> Win32, your application will not need .Net.
>
> I'm not sure why you think you needed J#, but that is not
required to
> the best of my knowledge.
>
> Dennis Cote
>
>
--
---
> To unsubscribe, send email to [EMAIL PROTECTED]
>
--
---
>
>
>




--
---
To unsubscribe, send email to [EMAIL PROTECTED]
--
---








-
To unsubscribe, send email to [EMAIL PROTECTED]




-







-

To unsubscribe, send email to [EMAIL PROTECTED]



-






-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-07 Thread RB Smissaert
Now do you reckon with D I could move data fast from Interbase to SQLite?

RBS

-Original Message-
From: jose isaias cabrera [mailto:[EMAIL PROTECTED] 
Sent: 07 December 2006 22:31
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite


I would suggest the Programming Language D, my friend. :-)

http://www.digitalmars.com/d/index.html

The easiest and fastest language ever.  Here is an example on how to use it 
with sqlite:

http://www.dprogramming.com/enticeaddrbook.html

you will have to go to the d forums and ask for help, but I am just giving 
you the easiest and a more  powerful way than VB/VBA.

Enjoy your new found programming language.


- Original Message - 
From: "RB Smissaert" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Thursday, December 07, 2006 5:11 PM
Subject: RE: [sqlite] Interbase to SQLite


> OK, I think I get it now.
> There is no ready made dll, but I have to write one in C or C++.
> Trouble is I only know VB/VBA, so not too easy then.
>
> RBS
>
>
> -Original Message-
> From: Fred Williams [mailto:[EMAIL PROTECTED]
> Sent: 07 December 2006 17:43
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] Interbase to SQLite
>
> well, now that you have one of the most powerful development platforms
> in the known universe installed, study up a bit (won't require much) on
> the "VCL" concept.
>
> There are VCL's available for both Interbase and SQLite.  Install them
> and sail on...  Or, if you are an old "C" coder break out the whip with
> nails embedded and slog and flog on through the relevant API's.  You
> will feel right at home :-)
>
> Fred
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, December 07, 2006 10:19 AM
>> To: sqlite-users@sqlite.org
>> Subject: Re: [sqlite] Interbase to SQLite
>>
>>
>> Hi Dennis,
>>
>> I have installed the whole lot and it went very smoothly.
>> Now though I am not sure what the next step is. Were you saying there
>> was a driver to connect to both Interbase and SQLite like an
>> ODBC driver?
>> Or did you have something else in mind?
>>
>> RBS
>>
>> > RB Smissaert wrote:
>> >> Unfortunately it looks it needs installing the .NET
>> framework and J#.
>> >> I will keep it in mind, but for now that has put me off this route.
>> >>
>> >>
>> > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
>> > Delphi.Net development. As a result it uses .Net to support
>> the .Net SDK
>> > in the help system used for .Net development. So the .Net
>> framework and
>> > SDK are prerequisites. I am fairly certain the IDE itself
>> (i.e. editor,
>> > project manager, compiler, etc.) does not use .Net, they
>> were just too
>> > lazy to remove the requirements for the new single language Turbo
>> > versions. In fact, I think I saw some instructions for
>> installing BDS
>> > without the .Net framework somewhere on the web, but I
>> don't know where.
>> >
>> > If you are doing straight Win32 development, and Turbo C++ only does
>> > Win32, your application will not need .Net.
>> >
>> > I'm not sure why you think you needed J#, but that is not
>> required to
>> > the best of my knowledge.
>> >
>> > Dennis Cote
>> >
>> >
>> --
>> ---
>> > To unsubscribe, send email to [EMAIL PROTECTED]
>> >
>> --
>> ---
>> >
>> >
>> >
>>
>>
>>
>>
>> --
>> ---
>> To unsubscribe, send email to [EMAIL PROTECTED]
>> --
>> ---
>>
>
>
>

> -
> To unsubscribe, send email to [EMAIL PROTECTED]
>

> -
>
>
>
>
>

-
> To unsubscribe, send email to [EMAIL PROTECTED]
>

-
> 



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-07 Thread RB Smissaert
Will have a look and thanks for the tip.

RBS


-Original Message-
From: jose isaias cabrera [mailto:[EMAIL PROTECTED] 
Sent: 07 December 2006 22:31
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite


I would suggest the Programming Language D, my friend. :-)

http://www.digitalmars.com/d/index.html

The easiest and fastest language ever.  Here is an example on how to use it 
with sqlite:

http://www.dprogramming.com/enticeaddrbook.html

you will have to go to the d forums and ask for help, but I am just giving 
you the easiest and a more  powerful way than VB/VBA.

Enjoy your new found programming language.


- Original Message - 
From: "RB Smissaert" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Thursday, December 07, 2006 5:11 PM
Subject: RE: [sqlite] Interbase to SQLite


> OK, I think I get it now.
> There is no ready made dll, but I have to write one in C or C++.
> Trouble is I only know VB/VBA, so not too easy then.
>
> RBS
>
>
> -Original Message-
> From: Fred Williams [mailto:[EMAIL PROTECTED]
> Sent: 07 December 2006 17:43
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] Interbase to SQLite
>
> well, now that you have one of the most powerful development platforms
> in the known universe installed, study up a bit (won't require much) on
> the "VCL" concept.
>
> There are VCL's available for both Interbase and SQLite.  Install them
> and sail on...  Or, if you are an old "C" coder break out the whip with
> nails embedded and slog and flog on through the relevant API's.  You
> will feel right at home :-)
>
> Fred
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, December 07, 2006 10:19 AM
>> To: sqlite-users@sqlite.org
>> Subject: Re: [sqlite] Interbase to SQLite
>>
>>
>> Hi Dennis,
>>
>> I have installed the whole lot and it went very smoothly.
>> Now though I am not sure what the next step is. Were you saying there
>> was a driver to connect to both Interbase and SQLite like an
>> ODBC driver?
>> Or did you have something else in mind?
>>
>> RBS
>>
>> > RB Smissaert wrote:
>> >> Unfortunately it looks it needs installing the .NET
>> framework and J#.
>> >> I will keep it in mind, but for now that has put me off this route.
>> >>
>> >>
>> > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
>> > Delphi.Net development. As a result it uses .Net to support
>> the .Net SDK
>> > in the help system used for .Net development. So the .Net
>> framework and
>> > SDK are prerequisites. I am fairly certain the IDE itself
>> (i.e. editor,
>> > project manager, compiler, etc.) does not use .Net, they
>> were just too
>> > lazy to remove the requirements for the new single language Turbo
>> > versions. In fact, I think I saw some instructions for
>> installing BDS
>> > without the .Net framework somewhere on the web, but I
>> don't know where.
>> >
>> > If you are doing straight Win32 development, and Turbo C++ only does
>> > Win32, your application will not need .Net.
>> >
>> > I'm not sure why you think you needed J#, but that is not
>> required to
>> > the best of my knowledge.
>> >
>> > Dennis Cote
>> >
>> >
>> --
>> ---
>> > To unsubscribe, send email to [EMAIL PROTECTED]
>> >
>> --
>> ---
>> >
>> >
>> >
>>
>>
>>
>>
>> --
>> ---
>> To unsubscribe, send email to [EMAIL PROTECTED]
>> --
>> ---
>>
>
>
>

> -
> To unsubscribe, send email to [EMAIL PROTECTED]
>

> -
>
>
>
>
>

-
> To unsubscribe, send email to [EMAIL PROTECTED]
>

-
> 



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-07 Thread jose isaias cabrera


I would suggest the Programming Language D, my friend. :-)

http://www.digitalmars.com/d/index.html

The easiest and fastest language ever.  Here is an example on how to use it 
with sqlite:


http://www.dprogramming.com/enticeaddrbook.html

you will have to go to the d forums and ask for help, but I am just giving 
you the easiest and a more  powerful way than VB/VBA.


Enjoy your new found programming language.


- Original Message - 
From: "RB Smissaert" <[EMAIL PROTECTED]>

To: <sqlite-users@sqlite.org>
Sent: Thursday, December 07, 2006 5:11 PM
Subject: RE: [sqlite] Interbase to SQLite



OK, I think I get it now.
There is no ready made dll, but I have to write one in C or C++.
Trouble is I only know VB/VBA, so not too easy then.

RBS


-Original Message-
From: Fred Williams [mailto:[EMAIL PROTECTED]
Sent: 07 December 2006 17:43
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] Interbase to SQLite

well, now that you have one of the most powerful development platforms
in the known universe installed, study up a bit (won't require much) on
the "VCL" concept.

There are VCL's available for both Interbase and SQLite.  Install them
and sail on...  Or, if you are an old "C" coder break out the whip with
nails embedded and slog and flog on through the relevant API's.  You
will feel right at home :-)

Fred


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Thursday, December 07, 2006 10:19 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite


Hi Dennis,

I have installed the whole lot and it went very smoothly.
Now though I am not sure what the next step is. Were you saying there
was a driver to connect to both Interbase and SQLite like an
ODBC driver?
Or did you have something else in mind?

RBS

> RB Smissaert wrote:
>> Unfortunately it looks it needs installing the .NET
framework and J#.
>> I will keep it in mind, but for now that has put me off this route.
>>
>>
> Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> Delphi.Net development. As a result it uses .Net to support
the .Net SDK
> in the help system used for .Net development. So the .Net
framework and
> SDK are prerequisites. I am fairly certain the IDE itself
(i.e. editor,
> project manager, compiler, etc.) does not use .Net, they
were just too
> lazy to remove the requirements for the new single language Turbo
> versions. In fact, I think I saw some instructions for
installing BDS
> without the .Net framework somewhere on the web, but I
don't know where.
>
> If you are doing straight Win32 development, and Turbo C++ only does
> Win32, your application will not need .Net.
>
> I'm not sure why you think you needed J#, but that is not
required to
> the best of my knowledge.
>
> Dennis Cote
>
>
--
---
> To unsubscribe, send email to [EMAIL PROTECTED]
>
--
---
>
>
>




--
---
To unsubscribe, send email to [EMAIL PROTECTED]
--
---





-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-07 Thread RB Smissaert
OK, I think I get it now.
There is no ready made dll, but I have to write one in C or C++.
Trouble is I only know VB/VBA, so not too easy then.

RBS


-Original Message-
From: Fred Williams [mailto:[EMAIL PROTECTED] 
Sent: 07 December 2006 17:43
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] Interbase to SQLite

well, now that you have one of the most powerful development platforms
in the known universe installed, study up a bit (won't require much) on
the "VCL" concept.

There are VCL's available for both Interbase and SQLite.  Install them
and sail on...  Or, if you are an old "C" coder break out the whip with
nails embedded and slog and flog on through the relevant API's.  You
will feel right at home :-)

Fred

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 07, 2006 10:19 AM
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Interbase to SQLite
>
>
> Hi Dennis,
>
> I have installed the whole lot and it went very smoothly.
> Now though I am not sure what the next step is. Were you saying there
> was a driver to connect to both Interbase and SQLite like an
> ODBC driver?
> Or did you have something else in mind?
>
> RBS
>
> > RB Smissaert wrote:
> >> Unfortunately it looks it needs installing the .NET
> framework and J#.
> >> I will keep it in mind, but for now that has put me off this route.
> >>
> >>
> > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> > Delphi.Net development. As a result it uses .Net to support
> the .Net SDK
> > in the help system used for .Net development. So the .Net
> framework and
> > SDK are prerequisites. I am fairly certain the IDE itself
> (i.e. editor,
> > project manager, compiler, etc.) does not use .Net, they
> were just too
> > lazy to remove the requirements for the new single language Turbo
> > versions. In fact, I think I saw some instructions for
> installing BDS
> > without the .Net framework somewhere on the web, but I
> don't know where.
> >
> > If you are doing straight Win32 development, and Turbo C++ only does
> > Win32, your application will not need .Net.
> >
> > I'm not sure why you think you needed J#, but that is not
> required to
> > the best of my knowledge.
> >
> > Dennis Cote
> >
> >
> --
> ---
> > To unsubscribe, send email to [EMAIL PROTECTED]
> >
> --
> ---
> >
> >
> >
>
>
>
>
> --
> ---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --
> ---
>



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-07 Thread RB Smissaert
> study up a bit (won't require much) on the "VCL" concept

Will do that.

RBS

-Original Message-
From: Fred Williams [mailto:[EMAIL PROTECTED] 
Sent: 07 December 2006 17:43
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] Interbase to SQLite

well, now that you have one of the most powerful development platforms
in the known universe installed, study up a bit (won't require much) on
the "VCL" concept.

There are VCL's available for both Interbase and SQLite.  Install them
and sail on...  Or, if you are an old "C" coder break out the whip with
nails embedded and slog and flog on through the relevant API's.  You
will feel right at home :-)

Fred

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 07, 2006 10:19 AM
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Interbase to SQLite
>
>
> Hi Dennis,
>
> I have installed the whole lot and it went very smoothly.
> Now though I am not sure what the next step is. Were you saying there
> was a driver to connect to both Interbase and SQLite like an
> ODBC driver?
> Or did you have something else in mind?
>
> RBS
>
> > RB Smissaert wrote:
> >> Unfortunately it looks it needs installing the .NET
> framework and J#.
> >> I will keep it in mind, but for now that has put me off this route.
> >>
> >>
> > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> > Delphi.Net development. As a result it uses .Net to support
> the .Net SDK
> > in the help system used for .Net development. So the .Net
> framework and
> > SDK are prerequisites. I am fairly certain the IDE itself
> (i.e. editor,
> > project manager, compiler, etc.) does not use .Net, they
> were just too
> > lazy to remove the requirements for the new single language Turbo
> > versions. In fact, I think I saw some instructions for
> installing BDS
> > without the .Net framework somewhere on the web, but I
> don't know where.
> >
> > If you are doing straight Win32 development, and Turbo C++ only does
> > Win32, your application will not need .Net.
> >
> > I'm not sure why you think you needed J#, but that is not
> required to
> > the best of my knowledge.
> >
> > Dennis Cote
> >
> >
> --
> ---
> > To unsubscribe, send email to [EMAIL PROTECTED]
> >
> --
> ---
> >
> >
> >
>
>
>
>
> --
> ---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --
> ---
>



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-07 Thread Ralf Junker

>Were you saying there was a driver to connect to both Interbase 

dbExpress. The Delphi help has all the details.

>and SQLite like an ODBC driver?

DISQLite3 (http://www.yunqa.de/delphi/sqlite3/) gives direct access to SQLite, 
using the original SQLite API as you know it. Component wrappers or TDataSet 
descendants are available, too. 


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-07 Thread Fred Williams
well, now that you have one of the most powerful development platforms
in the known universe installed, study up a bit (won't require much) on
the "VCL" concept.

There are VCL's available for both Interbase and SQLite.  Install them
and sail on...  Or, if you are an old "C" coder break out the whip with
nails embedded and slog and flog on through the relevant API's.  You
will feel right at home :-)

Fred

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 07, 2006 10:19 AM
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] Interbase to SQLite
>
>
> Hi Dennis,
>
> I have installed the whole lot and it went very smoothly.
> Now though I am not sure what the next step is. Were you saying there
> was a driver to connect to both Interbase and SQLite like an
> ODBC driver?
> Or did you have something else in mind?
>
> RBS
>
> > RB Smissaert wrote:
> >> Unfortunately it looks it needs installing the .NET
> framework and J#.
> >> I will keep it in mind, but for now that has put me off this route.
> >>
> >>
> > Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> > Delphi.Net development. As a result it uses .Net to support
> the .Net SDK
> > in the help system used for .Net development. So the .Net
> framework and
> > SDK are prerequisites. I am fairly certain the IDE itself
> (i.e. editor,
> > project manager, compiler, etc.) does not use .Net, they
> were just too
> > lazy to remove the requirements for the new single language Turbo
> > versions. In fact, I think I saw some instructions for
> installing BDS
> > without the .Net framework somewhere on the web, but I
> don't know where.
> >
> > If you are doing straight Win32 development, and Turbo C++ only does
> > Win32, your application will not need .Net.
> >
> > I'm not sure why you think you needed J#, but that is not
> required to
> > the best of my knowledge.
> >
> > Dennis Cote
> >
> >
> --
> ---
> > To unsubscribe, send email to [EMAIL PROTECTED]
> >
> --
> ---
> >
> >
> >
>
>
>
>
> --
> ---
> To unsubscribe, send email to [EMAIL PROTECTED]
> --
> ---
>


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-07 Thread bartsmissaert
Hi Dennis,

I have installed the whole lot and it went very smoothly.
Now though I am not sure what the next step is. Were you saying there
was a driver to connect to both Interbase and SQLite like an ODBC driver?
Or did you have something else in mind?

RBS

> RB Smissaert wrote:
>> Unfortunately it looks it needs installing the .NET framework and J#.
>> I will keep it in mind, but for now that has put me off this route.
>>
>>
> Yes, since Turbo C++ is based on BDS 2006 which supports C# and
> Delphi.Net development. As a result it uses .Net to support the .Net SDK
> in the help system used for .Net development. So the .Net framework and
> SDK are prerequisites. I am fairly certain the IDE itself (i.e. editor,
> project manager, compiler, etc.) does not use .Net, they were just too
> lazy to remove the requirements for the new single language Turbo
> versions. In fact, I think I saw some instructions for installing BDS
> without the .Net framework somewhere on the web, but I don't know where.
>
> If you are doing straight Win32 development, and Turbo C++ only does
> Win32, your application will not need .Net.
>
> I'm not sure why you think you needed J#, but that is not required to
> the best of my knowledge.
>
> Dennis Cote
>
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -
>
>
>




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-07 Thread Dennis Cote

RB Smissaert wrote:

Unfortunately it looks it needs installing the .NET framework and J#.
I will keep it in mind, but for now that has put me off this route.

  
Yes, since Turbo C++ is based on BDS 2006 which supports C# and 
Delphi.Net development. As a result it uses .Net to support the .Net SDK 
in the help system used for .Net development. So the .Net framework and 
SDK are prerequisites. I am fairly certain the IDE itself (i.e. editor, 
project manager, compiler, etc.) does not use .Net, they were just too 
lazy to remove the requirements for the new single language Turbo 
versions. In fact, I think I saw some instructions for installing BDS 
without the .Net framework somewhere on the web, but I don't know where.


If you are doing straight Win32 development, and Turbo C++ only does 
Win32, your application will not need .Net.


I'm not sure why you think you needed J#, but that is not required to 
the best of my knowledge.


Dennis Cote

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-06 Thread RB Smissaert
Unfortunately it looks it needs installing the .NET framework and J#.
I will keep it in mind, but for now that has put me off this route.

RBS

-Original Message-
From: Dennis Cote [mailto:[EMAIL PROTECTED] 
Sent: 06 December 2006 23:16
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite

RB Smissaert wrote:
> I think I might have asked this before, but I still haven't figured it
out.
> What would be the fastest way to move data from Interbase to SQLite?
> I will have to do this in VB/VBA, unless I could use a dll written in for
> example C or C++.
>
> Currently I get the data with the Intersolve ODBC driver, moving that to
an
> ADO recordset and I then loop through that recordset and move the data to
> SQLite with inserts via the VB wrapper dll from TerraInformatica.
> Speed is just about acceptable, but maybe somebody who has done this
before
> (Interbase to SQLite) could advise me about a better way to do this.
>
>
>   
You might want to try CodeGear's (formerly Borland's) Turbo C++ 
Explorer. This is the new *free* version of their IDE that includes a 
development version of InterBase (20 users max) and their fast dbXpress 
drivers for InterBase. Since it is a C/C++ compiler you can use SQLite 
directly, or through one of the C++ wrappers. I suspect that this will 
produce an application that is about as fast a you will get for moving 
data from Interbase to SQLite.

HTH
Dennis Cote



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-06 Thread RB Smissaert
Thanks, I had found it.

RBS

-Original Message-
From: Dennis Cote [mailto:[EMAIL PROTECTED] 
Sent: 06 December 2006 23:43
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite

RB Smissaert wrote:
> Thanks for the tip. It sounds promising and I will try that out.
>
>   
Oops. I forgot to add the link 
http://www.borland.com/us/products/turbo/index.html to speedup locating it.

Good Luck.

Dennis Cote


-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-06 Thread Dennis Cote

RB Smissaert wrote:

Thanks for the tip. It sounds promising and I will try that out.

  
Oops. I forgot to add the link 
http://www.borland.com/us/products/turbo/index.html to speedup locating it.


Good Luck.

Dennis Cote

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



RE: [sqlite] Interbase to SQLite

2006-12-06 Thread RB Smissaert
Thanks for the tip. It sounds promising and I will try that out.

RBS

-Original Message-
From: Dennis Cote [mailto:[EMAIL PROTECTED] 
Sent: 06 December 2006 23:16
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Interbase to SQLite

RB Smissaert wrote:
> I think I might have asked this before, but I still haven't figured it
out.
> What would be the fastest way to move data from Interbase to SQLite?
> I will have to do this in VB/VBA, unless I could use a dll written in for
> example C or C++.
>
> Currently I get the data with the Intersolve ODBC driver, moving that to
an
> ADO recordset and I then loop through that recordset and move the data to
> SQLite with inserts via the VB wrapper dll from TerraInformatica.
> Speed is just about acceptable, but maybe somebody who has done this
before
> (Interbase to SQLite) could advise me about a better way to do this.
>
>
>   
You might want to try CodeGear's (formerly Borland's) Turbo C++ 
Explorer. This is the new *free* version of their IDE that includes a 
development version of InterBase (20 users max) and their fast dbXpress 
drivers for InterBase. Since it is a C/C++ compiler you can use SQLite 
directly, or through one of the C++ wrappers. I suspect that this will 
produce an application that is about as fast a you will get for moving 
data from Interbase to SQLite.

HTH
Dennis Cote



-
To unsubscribe, send email to [EMAIL PROTECTED]

-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Interbase to SQLite

2006-12-06 Thread Dennis Cote

RB Smissaert wrote:

I think I might have asked this before, but I still haven't figured it out.
What would be the fastest way to move data from Interbase to SQLite?
I will have to do this in VB/VBA, unless I could use a dll written in for
example C or C++.

Currently I get the data with the Intersolve ODBC driver, moving that to an
ADO recordset and I then loop through that recordset and move the data to
SQLite with inserts via the VB wrapper dll from TerraInformatica.
Speed is just about acceptable, but maybe somebody who has done this before
(Interbase to SQLite) could advise me about a better way to do this.


  
You might want to try CodeGear's (formerly Borland's) Turbo C++ 
Explorer. This is the new *free* version of their IDE that includes a 
development version of InterBase (20 users max) and their fast dbXpress 
drivers for InterBase. Since it is a C/C++ compiler you can use SQLite 
directly, or through one of the C++ wrappers. I suspect that this will 
produce an application that is about as fast a you will get for moving 
data from Interbase to SQLite.


HTH
Dennis Cote


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] Interbase to SQLite

2006-12-06 Thread RB Smissaert
I think I might have asked this before, but I still haven't figured it out.
What would be the fastest way to move data from Interbase to SQLite?
I will have to do this in VB/VBA, unless I could use a dll written in for
example C or C++.

Currently I get the data with the Intersolve ODBC driver, moving that to an
ADO recordset and I then loop through that recordset and move the data to
SQLite with inserts via the VB wrapper dll from TerraInformatica.
Speed is just about acceptable, but maybe somebody who has done this before
(Interbase to SQLite) could advise me about a better way to do this.

RBS



-
To unsubscribe, send email to [EMAIL PROTECTED]
-