John,
Engineering had run into a few issues that delayed the next release of the
Windows Dev Studio.  These have now been resolved and a preview will be
released this week.  In the interim open the taf/tcf with a text editor and
find the DataSources section.  Change <DSType>ODBC</DSType> to
<DSType>JDBC</DSType>

eg

   <DataSources>
        <DataSource ID="DSName">
            <DSType>JDBC</DSType>
            <DSN>DSName</DSN>
            <DBMS />
            <Host>DSName</Host>
            <Database>MyODBC351</Database>
            <UserInfo Encrypted="True">
                <UserName></UserName>
                <Password></Password>
            </UserInfo>
        </DataSource>
    </DataSources>


On 11/6/03 6:46 AM, "John McGowan" <[EMAIL PROTECTED]> wrote:

> I've got my linux server setup with the latest Witango for linux.  JRE
> 1.4.1 is running and ive setup my jdbc.ini file.  I've got a taf file
> that references a data source let's call it "bob"
> 
> I setup a jdbc datasource called "bob" in jdbc.ini, but when running the
> taf file i'm getting a data source not found error... when looking at
> the output from the witango server on the console, it's saying that it
> can't find the data source "odbc.bob"
> 
> Do I have to do something different to get a data source that used to be
> odbc to now be jdbc, other than setting up a jdbc data source on the server?
> 
> /John
> 
> ________________________________________________________________________
> TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf

Reply via email to