how to insert mathematical and chemical formula in SQL server 2005 database
-
i want to insert mathematical and chemical formula in SQL server database 2005 using xls file and want to retrive it on webpage using asp.netwith c#.iam able to insert other data into database but in place of chemical and mathematical formula its showing null and i am unable to retrive it also so please help me how to short out this problem
-
i want to insert mathematical and chemical formula in SQL server database 2005 using xls file and want to retrive it on webpage using asp.netwith c#.iam able to insert other data into database but in place of chemical and mathematical formula its showing null and i am unable to retrive it also so please help me how to short out this problem
-
i want to insert mathematical and chemical formula in SQL server database 2005 using xls file and want to retrive it on webpage using asp.netwith c#.iam able to insert other data into database but in place of chemical and mathematical formula its showing null and i am unable to retrive it also so please help me how to short out this problem
pankaj3086 wrote:
i want to insert mathematical and chemical formula in SQL server database 2005 using xls file
That doesn't mean much. It is referring to a file, not symbols. If you are getting data from an xls file and importing it into SQL Server and then attempting to display it...then the FIRST step is to figure out if the import step is actually working by looking at the data that is in the database. And figure out if it correct in the database. And attempting to display it (as characters) is NOT looking at the data.
-
pankaj3086 wrote:
i want to insert mathematical and chemical formula in SQL server database 2005 using xls file
That doesn't mean much. It is referring to a file, not symbols. If you are getting data from an xls file and importing it into SQL Server and then attempting to display it...then the FIRST step is to figure out if the import step is actually working by looking at the data that is in the database. And figure out if it correct in the database. And attempting to display it (as characters) is NOT looking at the data.
in database only its showing null...
-
in database only its showing null...