import text into V4RB - what am I missing?
Fred.Stephenson
Fred.Stephenson at communication-unltd.com
Wed May 19 20:06:14 CDT 2004
> dim f as FolderItem
> dim sql as String = ""
> dim curs as VCursor
> dim res as Boolean
>
> f = GetOpenFolderItem("special/any")
>
> sql = "SELECT categoryid, createddate, createdby, modifieddate,
>modifiedby, title, type, sortorder FROM categories WHERE RecID = 0"
> curs = new VCursor(Database, sql, kV_Client, kV_ReadWrite)
try using kV_server
Fred
More information about the Valentina
mailing list