Hi all,I am trying to load a small SQL Server database using .odbc.load, butimport fails on "select * from
",code[78583184j]. Might be an odbc quirk. Does anyone know a workaroundfor this?Thanks,Karel
Hi all,I am trying to load a small SQL Server database using .odbc.load, butimport fails on "select * from
",code[78583184j]. Might be an odbc quirk. Does anyone know a workaroundfor this?Thanks,Karel
Hi,Is the problem making a query to the db or just this specific query?I’ve limited experience with the odbc interface, but anytime I’vebeing using it I just useh:@[.odbc.open;db_dets;0]; / Open the handle.odbc.eval[h;“select * from tab”] / run the queryDoes this help?Thanks,NickOn Jun 28, 12:59?pm, KarelR <karel.r…> wrote:> Hi all,>> I am trying to load a small SQL Server database using .odbc.load, but> import fails on “select * from
”,> code[78583184j]. Might be an odbc quirk. Does anyone know a workaround> for this?>> Thanks,> Karel