No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I am developing a vb.net application that retrieves a recordset from a sql database with a large amount of records (30000 records) I need to process each record separately according to its contents. Is there a way of doing this in a faster method than iterating through each record?
The easist way to connect to a database is as follows Driver={sql server};trusted_connection=yes;server=servername\SQLEXPRESS;database=database name Just make sure you have no spaces in the string. You can you this method to connect with any server on your network provided you have peermission to do so. Your program does not need to …
In the column properties of youf grid set sortmode = notsortable. This will disable sorting when the user clicks on the column header
I am developing an application that allows a user to edit and ad entries in a database table - is there a way to control the entries so that they are valid i.e. numeric only or filtered text input?
The End.
G-bot