jpmoschi

Results 7 comments of jpmoschi

Robert, you can see the line SQLEXEC(_handle,"SELECT ' ' CODESPE","sqlresult" ) In MS Sql Server and some others Data Providers It is the same as SQLEXEC(_handle,"SELECT ' ' as CODESPE","sqlresult"...

i re read you, it is nos part of a table, may be a calculated column.

Yes, look the Object Browser exception of DataColumn ReadOnly property In Foxpro the Sqlexec Cursors Results are like disconnected DataTables. An equivalent to a Connected DataSet.DataTable in FoxPro is "Table...

You can see in VFP help on line the captions **NULL as a Value** or **NULL as a Parameter** or **Null Value Handling** NULL is a constant, a clause and...

Null is similar to zero pointer in C++. So it is a reference which not pointing to any value. In c# means the variable reference declared of type T "no...

Robert the same error in another test. In this case the test check memo fields The loop append text to a non declared variable The variable exist and has the...

Good morning, I welcome Karl's initiative to contribute to the cause of guiding the course of the project towards VFP needs. I tell you that on my own I did...