Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~404 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for G-bot

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?

0
64
Member Avatar for shers

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 …

Member Avatar for shers
0
138
Member Avatar for axfv

In the column properties of youf grid set sortmode = notsortable. This will disable sorting when the user clicks on the column header

Member Avatar for G-bot
0
157
Member Avatar for G-bot

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?

0
45

The End.