[V4MD] ImportASCII in beta

Gregoire William wgregoire at paris.mediagerance.com
Tue Nov 25 18:03:25 CST 2003


i can't understand why this doesn't work anymore!

gDB = new (xtra "VDataBase")
gDB.CreateDatabase(gDBpath,4)

tblGroupe = gDB.MakeNewBaseObject("Groupe")    
gDB.AddField(tblGroupe, "IdGroupe", #kTypeULong)

tblCurs = new( xtra "VCursor", GetRef(gDB), "select * from Groupe")
ImportASCII(tblCurs,the moviepath&"Groupe.txt",TAB,RETURN)   
tblCurs = 0

gDB.CloseDatabase()
gDB=0
  

WilG


More information about the Valentina mailing list