Search results

  1. M

    Error Exception of type 'System.OutOfMemoryException' was thrown

    Hi , when a run this code i got this error Error Exception of type 'System.OutOfMemoryException' was thrown what can be the problem..?...memory ..?..the code..?.what can i try to find first.....?.....thanks for you answers.. Dim MyConnection As System.Data.Odbc.OdbcConnection = New...
  2. M

    Like Operator error..

    hI...How can i use the operator like in progress..?.. i needed filter in query buy i get this error... ERROR [HY000] [DataDirect][ODBC OPENEDGE driver][OPENEDGE]Syntax error in SQL statement at or about "='rizo' " this is my code Dim MyConnection As System.Data.Odbc.OdbcConnection = New...
  3. M

    Update Progress

    Hi....i need update progress database , i got this code..but i got this error.. ERROR [HY000] [DataDirect][ODBC OPENEDGE driver][OPENEDGE]Syntax error in SQL statement at or about ".ar.abal = '0' where PUB.ar.anum = '35" (10713) Dim cadtexto2 As String Dim rg2 As Integer...
  4. M

    Error in query

    Hi.. I got a database in progress 10.1, i want to pull info from one field call 'sup-id', from visual 2008 in asp.net. but i got this error ERROR [HY000] [DataDirect][ODBC OPENEDGE driver][OPENEDGE]Syntax error in SQL statement at or about "[ord_0.sup-id] FROM PUB.ord ord_0 WHERE " (10713)...
  5. M

    Copy Database progress to sql server

    Hi...How can make a copy of progress database to sql server 2008..? i need pull data from some tables to sql server...someone can help me..¡ see in google this article..its correct...
  6. M

    Sintax Error

    Hi How are you....i got a database in progress , and I got one app in ASP.NET 2008, i got one field in the database call 'sup-id', how can i make a select to this field from one query like this Select ord.onum,ord.cdate,ord.expected, ord.sup-id From pub.ord when i try with this query, i got...
Top