Search results

  1. M

    Error Exception of type 'System.OutOfMemoryException' was thrown

    0. putting code between [code] can make it more readable -OK 1. which statement results in the error? - Only receive this error , no line codes or other advice 2. how many records should the query be returning? does qualifying the query so that it returns less records prevent the error? - I...
  2. 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...
  3. M

    Like Operator error..

    Thanks for your answer...my really problem is the sintax of operator like and one parameter.. when the user fill the textbox with any name....the query find in the database, but i get nothing..i made changes in my query , i no get error but at the same time no get result in my grid..this is my...
  4. 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...
  5. 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...
  6. M

    Error in query

    see you...thanks for your time
  7. M

    Error in query

    is not working as you say, i make a test , and dont work, but no problem, i solved, thanks for your time
  8. M

    Error in query

    This is the solution.................................. dim supid as string supid = "ord_0." & """sup-id""" Dim MyCommand As System.Data.Odbc.OdbcDataAdapter = New System.Data.Odbc.OdbcDataAdapter("SELECT ord_0.onum," & supid & ", ord_0.sid, ord_0.cdate, ord_0.posted, ord_0.expected...
  9. M

    Error in query

    thanks for nothing
  10. M

    Error in query

    no work, thanks for nothing
  11. M

    Error in query

    and what can i do..?..i cant change the field sup-id...
  12. 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)...
  13. M

    Copy Database progress to sql server

    Hi...thanks for your answer's, i made this....I created in visual 2008 one packet with SSIS,in the dataflow i put one datasource with ado connection, but i pull the information from progreess across ODBC, but the app only let me put the connection in ado..ok...in the destination only let me put...
  14. 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...
  15. 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