I have an excel file with data, i am importing this excel file
data into Sqlserver 2005 database. while importing i am
getting wrong data(ie, special characters) in one
column(description column), upto some limit the data in that
column is coming fine,after that data is coming like below.
The "Walter" leather storage bench is one of our most
popular styles. The top with the tufting and double
stitching finish a very impressive piece. The size is
perfect in front of beds and the storage adds another
functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å��
al���Ƴ�Â��ƴ�Ã��ƶ�Å��
Is there anywhy to resolve this?
(I am using recordset in coding for developing import process.)
please help me soon.
What is difference between response.redirect and server.transfer ?
2 Answers Kalinga Software, Satyam,
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
how to use web services with code?(with example code)
what is diffrance between response.write & response.output.write
What is enableviewstate in asp net?
Why is global asax is used?
Explain how viewstate is being formed?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
What is the difference between pathparam and queryparam?
AJAX - explain the concept and some controls like update panel, tabcontrol etc
In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...
What is a page life cycle? What are the events in a page life cycle?