Sign in to follow this  
Followers 0
pro17

cx-supervisor: database "FieldCount" property

3 posts in this topic

Hi! This is my latest problem. When I use DBProperty( "Northwind.Products", "FieldCount" ) function to get the number of columns in a recordset (ie. a processed query like SELECT * FROM Products) I get an empty response (should get an integer number). I would like to use this number so I can dynamically change (add or delete) columns in a table. Can anyone help?

Share this post


Link to post
Share on other sites
Since I couldn't find the sollution using CX-Supervisor "FieldCount" property (on both SQL Server and Access database) I did it with the help of VBScript and ADO Recordset object.. Best Regards! Edited by pro17

Share this post


Link to post
Share on other sites
Thanks for the feedback

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0