Frequently Asked Questions



Does PB2CS support the DataWindow ?

No, it doesn't.


What is the PBSQL.cs ?

PBSQL.cs is an empty class generated by PB2CS to execute the SQL statements. Please add the logic for PBSQL.Execute method to execute the SQL statements.


Does PB2CS support the SQL statements ?

No, it doesn't. PB2CS will generate a PBSQL.cs, Please add the logic for PBSQL.Execute method to execute the SQL statements.


Does PB2CS generate the project for VS.NET 2003 and VS.NET 2005 ?

Yes, It does.
PB2CS generates two project files (.csproj). One is the [pbl_file_name]_2003.csproj, another is [pbl_file_name]_2005.csproj. If you use VS.NET 2003, please open [pbl_file_name]_2003.csproj, if you use VS.NET 2005, you may open [pbl_file_name]_2005.csproj.


How to use the report file ?

The report file is only for locating the error message, It will let you understand what the error is at that LINE.


If you get the 'Syntax error' message, how to do it ?

Please send the source codes to support@netcoole.com.