favouriteanimal
Technical User
Hi All,
Now I am trying to create a field, that could use @DBcolumn to retrieve a list of data from a spreadsheet. But I got the error msg stated in the subject. Do not know the reason.
I have put the spreadsheet in the local drive, then using ODBC to set up a Microsoft Excel Driver. then Using @Dbcolumn("ODBC": "NoCache"...) to retrieve the data. But whenever I run, I got the error msg.
Below is the whole code:
@DbColumn("ODBC":"NoCache";"BAT";"";"BATDB";"Invoice No.";"Distinct":"Ascending")
BAT - the ODBC file name;
BATDB - the excel file name;
Invoice No. - the column header name;
Anyone has idea how to slove it? Thanks for all the helps.
Thank you. =)
Now I am trying to create a field, that could use @DBcolumn to retrieve a list of data from a spreadsheet. But I got the error msg stated in the subject. Do not know the reason.
I have put the spreadsheet in the local drive, then using ODBC to set up a Microsoft Excel Driver. then Using @Dbcolumn("ODBC": "NoCache"...) to retrieve the data. But whenever I run, I got the error msg.
Below is the whole code:
@DbColumn("ODBC":"NoCache";"BAT";"";"BATDB";"Invoice No.";"Distinct":"Ascending")
BAT - the ODBC file name;
BATDB - the excel file name;
Invoice No. - the column header name;
Anyone has idea how to slove it? Thanks for all the helps.
Thank you. =)