allready posted this one, but i think it needs some rephrazing...
what i want to know:
is it possible to use the ODBC driver in the codebehind file?
i've made page with fully working application logic. It's my first project so upon reading in my course i decided on using codebehind to seperate application logic and design.Code:is it possible to use the ODBC driver in the codebehind file?
In my aspx-file i have no problem whatsoever with importing system.data.odbc, but i can't do it in my .vb-file without raising an error...
I've been pulling my hair on this one so please help me if you know what i'm doing wrong (or not doing), i'm to young to be bold!


Reply With Quote