Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jasmine21

    using web tab

    i want to crate a web tab using infragistics, can we do the form submit on the tab pages?
  2. Jasmine21

    ORA-01036 illegal Variable issue

    Thanks guys! I checked the log, iam getting this error when all the columns have values ie no '' for any column. one more thing i forgot to mention is this error occurs when i run first time, but when i run second time, This record updated without any issues. weird huh! I will try incremental...
  3. Jasmine21

    ORA-01036 illegal Variable issue

    Thanks for the reply. This is my Query: cmd CommandText = UPDATE TEST.DETAILS SET TEST_APP = 'Y', INSURANCE = 'Y', SECURITY = 'Y', CONTACT = '' WHERE ID = 7865 When i run this query in Sql plus or Toad, i have no problems. The row gets updated.I see this error only when iam running it thru c#...
  4. Jasmine21

    ORA-01036 illegal Variable issue

    Iam running Oracle query in .NET 2005, using C#. Iam getting error for a simple update statement. details are as follows: Message: ORA-01036: illegal variable name/number Source: System.Data.OracleClient at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle...

Part and Inventory Search

Back
Top