i downloaded the .net odbc dll from microsoft.com. i was able to access data from my interbase database by making a reference to the dll.
putting in your code
<%@ Page CompilerOptions='/R:"C:\Program Files\Microsoft.NET\Odbc.Net\Microsoft.data.odbc.dll"' Debug="True" language="vb" %>
creates this reference. One major problem though. whenever i close my .net scripting page, this reference dissappears. does anyone know a way around this? thanks
putting in your code
<%@ Page CompilerOptions='/R:"C:\Program Files\Microsoft.NET\Odbc.Net\Microsoft.data.odbc.dll"' Debug="True" language="vb" %>
creates this reference. One major problem though. whenever i close my .net scripting page, this reference dissappears. does anyone know a way around this? thanks