You are not logged in.

Search results

Search results 1-3 of 3.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Sunday, August 16th 2009, 9:07pm

Author: RvdN

Database programming

Hello, I have very little experience with programming and none with programming a database. I would like to import a csv file using a VB example: Private Sub StartImport Set objConnection = CreateObject("ADODB.Connection") Set objRecordSet = CreateObject("ADODB.Recordset") strPathtoTextFile = "C:\Databases\" 'this specifies the pass where the csv files are located objConnection.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=" & strPathtoTextFile & ";" & _ "Extended Properties=""text;H...

Saturday, August 15th 2009, 7:51pm

Author: RvdN

Vote

Just like Jose I would like to see examples of database programming. Gr. ROn...

Saturday, August 15th 2009, 11:52am

Author: RvdN

Open sFIle for input as #nFree

Hello, I am new to Jabaco but have 'programmed' a lot in VBA and a little in VB. A long time ago I created Turbo Pascal programs. At the moment I am writing a program to process .csv files but the way i used to do this doens't work in Jabaco: Open sFIle for input as #nFree while not eof(sFile) do input #nFree, sVar1 sVar2, sVar3, sVar4 blablablabla... wend Can anyone help me? Tnx in advance, Ron...

WoltLab Burning Board