Re: connection change

2013-08-12 Thread Joel Goldstick
On Sun, Aug 11, 2013 at 7:50 PM, Inna Belakhova wrote: > Hi, > > I don't know much about Python code. Where is the connection made, eg > config file - where can I find it? > > Our SQLITe database is currently 9GB and we have a table that contains > 7GB of BLOB type. I think the table cannot handle

RE: connection change

2013-08-11 Thread Inna Belakhova
ython-list@python.org Subject: Re: connection change On Fri, Aug 9, 2013 at 7:31 PM, Dennis Lee Bieber wrote: > On Fri, 9 Aug 2013 14:36:54 -0400, Joel Goldstick > declaimed the following: > > >> >>Have you tried to change your program to use mysql instead? If so, &g

Re: connection change

2013-08-09 Thread Joel Goldstick
On Fri, Aug 9, 2013 at 7:31 PM, Dennis Lee Bieber wrote: > On Fri, 9 Aug 2013 14:36:54 -0400, Joel Goldstick > declaimed the following: > > >> >>Have you tried to change your program to use mysql instead? If so, >>show the changes you made and what the results were. >> > > Pardon? "mssql

Re: connection change

2013-08-09 Thread Joel Goldstick
On Thu, Aug 8, 2013 at 10:23 PM, Inna Belakhova wrote: > Hi, > > > > I have a compiled code, which currently uses SQLITE connection (datastore). I don't understand 'compiled code'. It would be nice if you show the code, give the version of python you are using, and the operating system Have you

connection change

2013-08-09 Thread Inna Belakhova
Hi, I have a compiled code, which currently uses SQLITE connection (datastore). I was wondering if it is possible to change the connection string to use SQL Server database. I would like to export the datastore to SQL server database, as we are having issues with the sqlite limit. Thank