validation of column in list

Gpolly

New member
Joined
Sep 24, 2019
Messages
1
Programming Experience
Beginner
Hey,

How I do validate data from Sybase Database using c# in console application. I want to check the validation of data before it enter into the Database
 
Post back what you're trying to do. There are a number of ways to validate data, and they all depend on the type data you want to validate. Be specific please and elucidate?
 
Since you asked:
How I do validate data from Sybase Database
that would imply that your data is already in the database.

But somehow you say that you want to validate the data before it goes into the database when you said:
I want to check the validation of data before it enter into the Database

So which is it? Do you want to validate that is currently in the database? Or do you want to validate new data that will be going into the database?
 
Back
Top Bottom