Citect to SQL Server Connectivity.

Dear Team,

I want to create a Project in citect V 7.50. I want to Read Rag wise Data from SQL Table.

Please Suggest how it Possible.

Parents
  • Hi Bappaditya,
    The easiest way to get SQL Table data into Citect is via the SQL ADO Cicode functions. There is a good working example in the Example project, which illustrates how the data can be presented, and you can take a look at the cicode functions being called to make it work. Look at the page 'DatabaseAccess' from Graphics Builder. Have a look at the Cicode file 'DBAccess.ci'. You will see the function calls and how it can be achieved.
Reply
  • Hi Bappaditya,
    The easiest way to get SQL Table data into Citect is via the SQL ADO Cicode functions. There is a good working example in the Example project, which illustrates how the data can be presented, and you can take a look at the cicode functions being called to make it work. Look at the page 'DatabaseAccess' from Graphics Builder. Have a look at the Cicode file 'DBAccess.ci'. You will see the function calls and how it can be achieved.
Children
No Data