From sunshine at public.kherson.ua Mon Aug 2 20:00:11 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Mon Aug 2 12:00:20 2004 Subject: Data Import In-Reply-To: <25384465.1091464061861.JavaMail.root@ernie.psp.pas.earthlink.net> Message-ID: On 8/2/04 7:27 PM, "Anna Kritselis" wrote: > Hi, > > I am trying to inport my access database and am not having any luck. Using what way ? I recommend 2 ways 1) using ODBC Valentina utility 2) using Valentina Studio (also ODBC) 3) using simple TEXT export in Access and import into Valentina. > I had found a VB Script that generates SQL Create/Insert statements for SQLite > using a MS Access database. I modified it with Valentina-syntax in hopes it > would work with viSQL or Studio. If I execute each statement one at a time, > it works. If I cut and paste all the create statements for the tables, it > doesn't work. > > I was hoping to put create statements for all my tables in the sql window > -this sample works for one table at a time : > CREATE TABLE Assignments ( AssignmentID ULong, Description String(255), > ClassID ULong NOT NULL, Exam BOOLEAN, GradePct ULong, Points UShort NOT NULL ) > > I can deal with that, but you can tell me if there is a better way. In fact I have told that you should in REALbasic write functions which create tables. You will write it once, and most probably you will use it often. Valentina Studio promise to create tables and fields automatically, But it cannot do this yet as I know. Yes Jochen? -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From sunshine at public.kherson.ua Mon Aug 2 20:17:54 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Mon Aug 2 12:17:59 2004 Subject: Export not works Message-ID: Jochen, I have try on MAC the export command. field delim \t line \r or \n It product text file where t and r present simply as chars. 1111tffft -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From j.peters at valentina-db.de Mon Aug 2 20:25:27 2004 From: j.peters at valentina-db.de (Jochen Peters) Date: Mon Aug 2 13:25:36 2004 Subject: Export not works In-Reply-To: References: Message-ID: <53AA609E-E4B1-11D8-8A5D-000A959F6B0C@valentina-db.de> Hi Ruslan, Ok - will fix that. Am 02.08.2004 um 19:17 schrieb Ruslan Zasukhin: > Jochen, > > I have try on MAC the export command. > > field delim \t > line \r or \n > > > It product text file where t and r present simply as chars. > > > 1111tffft > > > -- > Best regards, > Ruslan Zasukhin [ I feel the need...the need for speed ] > ------------------------------------------------------------- > e-mail: ruslan@paradigmasoft.com > web: http://www.paradigmasoft.com > > To subscribe to the Valentina mail list go to: > http://lists.macserve.net/mailman/listinfo/valentina > ------------------------------------------------------------- > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > > -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de From rwingate at visual-book.com Wed Aug 4 17:31:16 2004 From: rwingate at visual-book.com (Rob Wingate) Date: Wed Aug 4 16:31:28 2004 Subject: Compact & Defrag References: <20040729205531.7DFBB1D800A@edison.macserve.net><401B0230-E1A6-11D8-AE89-000393DAB46A@earthlink.net><000d01c475b4$c714d1d0$7f00a8c0@aslan> <44036.62.154.199.179.1091164756.squirrel@webmail3.server-einstellung.de> Message-ID: <001d01c47a6a$6316d7e0$4c00a8c0@vbp.visualbook.com> > They should work! I think i must only add a > messagebox which tells something about the result. This will be a welcome feature. Looking forward to it, Rob From sunshine at public.kherson.ua Thu Aug 5 14:24:51 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Aug 5 06:25:03 2004 Subject: Embedded nervous breakdown In-Reply-To: Message-ID: On 8/5/04 2:01 PM, "Fred.Stephenson" wrote: > Ok I downloaded Vstudio >>> 5) you can use Valentina Studio to CONNECT to server in GUI. >> >> but that won't show me why my code isn't working. It'll just prove >> that Jochen's more intelligent ;?) > or maybe not ;?) > > and here's what I get > > 12:58:08.372948 (2684396012): Database kernel inited > 12:58:08.423929 (2684396012): Server started at 15433 port > 12:59:05.840073 (25187840): Connection established with 'localhost:49799' (14) > 12:59:05.847662 (25201152): (14) ERROR #1024: Wrong deployment serial > 12:59:05.932043 (25201152): Closing connection (14) Fred, Studio is not able connect to server that is signed by embedded serial. So it not helps now. I have told use it before you told me you have problem with embedded serial. MAY BE, there is sense for Jochen to add pref where we can enter embedded serial to be able use Valentina studio with our SIGNED Vserver during development. This is comfortable. -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From j.peters at valentina-db.de Thu Aug 5 16:20:29 2004 From: j.peters at valentina-db.de (Jochen Peters) Date: Thu Aug 5 09:20:46 2004 Subject: Embedded nervous breakdown In-Reply-To: References: Message-ID: <9A5A9654-E6EA-11D8-8D23-000A959F6B0C@valentina-db.de> Hi Ruslan, yes - i think it can have sense to enter embedded serial in VStudio! Do i have to pass the serial as usual via ValentinaInit() ? Am 05.08.2004 um 13:24 schrieb Ruslan Zasukhin: > On 8/5/04 2:01 PM, "Fred.Stephenson" > wrote: > >> Ok I downloaded Vstudio >>>> 5) you can use Valentina Studio to CONNECT to server in GUI. >>> >>> but that won't show me why my code isn't working. It'll just prove >>> that Jochen's more intelligent ;?) >> or maybe not ;?) >> >> and here's what I get >> >> 12:58:08.372948 (2684396012): Database kernel inited >> 12:58:08.423929 (2684396012): Server started at 15433 port >> 12:59:05.840073 (25187840): Connection established with >> 'localhost:49799' (14) >> 12:59:05.847662 (25201152): (14) ERROR #1024: Wrong deployment serial >> 12:59:05.932043 (25201152): Closing connection (14) > > Fred, > > Studio is not able connect to server that is signed by embedded serial. > So it not helps now. > > I have told use it before you told me you have problem with embedded > serial. > > MAY BE, there is sense for Jochen to add pref where we can enter > embedded > serial to be able use Valentina studio with our SIGNED Vserver during > development. This is comfortable. > > > -- > Best regards, > Ruslan Zasukhin [ I feel the need...the need for speed ] > ------------------------------------------------------------- > e-mail: ruslan@paradigmasoft.com > web: http://www.paradigmasoft.com > > To subscribe to the Valentina mail list go to: > http://lists.macserve.net/mailman/listinfo/valentina > ------------------------------------------------------------- > > _______________________________________________ > Valentina-studio mailing list > Valentina-studio@lists.macserve.net > http://lists.macserve.net/mailman/listinfo/valentina-studio > > -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de From sunshine at public.kherson.ua Thu Aug 5 17:42:24 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Thu Aug 5 09:42:39 2004 Subject: Embedded nervous breakdown In-Reply-To: <9A5A9654-E6EA-11D8-8D23-000A959F6B0C@valentina-db.de> Message-ID: On 8/5/04 5:20 PM, "Jochen Peters" wrote: > Hi Ruslan, > > yes - i think it can have sense to enter embedded serial in VStudio! > Do i have to pass the serial as usual via ValentinaInit() ? No, this parameter go as last in Vdatabase constructor or Vserver constructor. Parameter inOptions. -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From j.peters at valentina-db.de Thu Aug 5 17:18:11 2004 From: j.peters at valentina-db.de (Jochen Peters) Date: Thu Aug 5 10:18:20 2004 Subject: Embedded nervous breakdown In-Reply-To: References: Message-ID: Hi Ruslan, >> >> yes - i think it can have sense to enter embedded serial in VStudio! >> Do i have to pass the serial as usual via ValentinaInit() ? > > No, this parameter go as last in Vdatabase constructor or Vserver > constructor. > > Parameter inOptions. Ok. -- Best regards, Jochen Peters PIIT GmbH ------------------------------------ http://www.valentina-db.de From sunshine at public.kherson.ua Mon Aug 9 19:05:55 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Mon Aug 9 11:06:11 2004 Subject: import structure of database? or table? In-Reply-To: Message-ID: On 8/9/04 6:34 PM, "Holly Bogossian" wrote: Hi Holly, > Hi, > I have created a relational database in FileMaker Pro v6 (Mac) and > would like to move it to a Valentina DB. Ok. > It is a rather complex DB > with 12 tables and multiple foreign keys, indexing, sorting, etc. I > have figured out how to import data into an already existing > Valentina database. I think all we dream about special utility which which will be able in one mouse click import into Valentina dbs from fileMaker, Access, mySQL, ... Jochen, I think it will be great to have such functionality in Valentina Studio. > Here are my questions: > > 1. How do I *create* a database without having to manually create > the tables/fields and all their relationships? > 2. Can I import the structure? I afraid no. Valentina can recreate structure only from own XML file. Can FileMaker produce some kind of SQL dump with commands CREATE TABLE ? If yes, then I think this can helps a lots. > 3. Can the data and the structure be imported together or is this a > 2-step process? 2 steps. -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina ------------------------------------------------------------- From frank-list2 at mindstarprods.com Mon Aug 9 12:45:42 2004 From: frank-list2 at mindstarprods.com (Frank Schima) Date: Mon Aug 9 11:46:32 2004 Subject: import structure of database? or table? In-Reply-To: References: Message-ID: <8D9E855E-EA23-11D8-84D9-000A95BE1A8E@mindstarprods.com> Hello, On Aug 9, 2004, at 12:05 PM, Ruslan Zasukhin wrote: > On 8/9/04 6:34 PM, "Holly Bogossian" wrote: > >> Here are my questions: >> >> 1. How do I *create* a database without having to manually create >> the tables/fields and all their relationships? > >> 2. Can I import the structure? > > I afraid no. > Valentina can recreate structure only from own XML file. > > Can FileMaker produce some kind of SQL dump with commands > CREATE TABLE ? > > If yes, then I think this can helps a lots. No, it cannot export to SQL. And I'm looking at FileMaker Pro 7. Best regards, Frank From sunshine at public.kherson.ua Mon Aug 9 19:56:39 2004 From: sunshine at public.kherson.ua (Ruslan Zasukhin) Date: Mon Aug 9 11:57:00 2004 Subject: import structure of database? or table? In-Reply-To: <8D9E855E-EA23-11D8-84D9-000A95BE1A8E@mindstarprods.com> Message-ID: On 8/9/04 7:45 PM, "Frank Schima" wrote: >>> Here are my questions: >>> >>> 1. How do I *create* a database without having to manually create >>> the tables/fields and all their relationships? >> >>> 2. Can I import the structure? >> >> I afraid no. >> Valentina can recreate structure only from own XML file. >> >> Can FileMaker produce some kind of SQL dump with commands >> CREATE TABLE ? >> >> If yes, then I think this can helps a lots. > > No, it cannot export to SQL. And I'm looking at FileMaker Pro 7. I see, Frank. Anybody have solve such task before? FileMaker to Valentina import -- Best regards, Ruslan Zasukhin [ I feel the need...the need for speed ] ------------------------------------------------------------- e-mail: ruslan@paradigmasoft.com web: http://www.paradigmasoft.com To subscribe to the Valentina mail list go to: http://lists.macserve.net/mailman/listinfo/valentina -------------------------------------------------------------