Where does this setup.exe come from? Why haven't you just copied the files to a folder on the device?
it is created by setupbuilder along with 2 cab files ARM.cab and ARMV4.cab.
should i just copy the cab file or files? if one is it the V4 or the other one
thanks
Ok i copied the cab files across and installed from them.
i still get the error
"An error occurred on sub_main_createcustomertable."
this is the code of that sub routine
Sub CreateCustomerTable
command.CommandText="Drop Table If Exists Customers"
Command.ExecuteNonQuery
CustTable.LoadCSV ("muCustomers.csv", ",", True, True)
SQLConn.CreateSQLTable("CustTable","Customers")
End Sub
OH BUGGER!!!!!!!!
I think i see it. I have not copied the bloody csv file across.
i will copy that and advise shortly