0
votes
votes
1 answers
help with odbc connection
Here is part of my code... [code]odbCommand = new OdbcCommand("SELECT amt,sess,yr FROM aid_rec WHERE studentID=" + Int32.Parse(Jenzabar.Portal.Framework.PortalUser.Current.Name).ToString() + "aid in('IWSP','CWSP') ...
