Click here to Skip to main content
15,911,039 members
Home / Discussions / Database
   

Database

 
AnswerRe: how to retrieve UTF-8 data from SQL Server 2005 with asp.Net 2.0 Pin
Wendelius18-Oct-08 7:09
mentorWendelius18-Oct-08 7:09 
AnswerRe: how to retrieve UTF-8 data from SQL Server 2005 with asp.Net 2.0 Pin
N a v a n e e t h20-Oct-08 1:50
N a v a n e e t h20-Oct-08 1:50 
QuestionODBC and SQL Pin
ffowler17-Oct-08 10:47
ffowler17-Oct-08 10:47 
AnswerRe: ODBC and SQL Pin
Mycroft Holmes17-Oct-08 23:04
professionalMycroft Holmes17-Oct-08 23:04 
QuestionData being retrived from SQL Server is incorrect with Adapter.Fill Pin
chapas17-Oct-08 7:01
chapas17-Oct-08 7:01 
AnswerRe: Data being retrived from SQL Server is incorrect with Adapter.Fill Pin
Mycroft Holmes17-Oct-08 23:01
professionalMycroft Holmes17-Oct-08 23:01 
GeneralRe: Data being retrived from SQL Server is incorrect with Adapter.Fill Pin
chapas18-Oct-08 0:47
chapas18-Oct-08 0:47 
AnswerRe: Data being retrived from SQL Server is incorrect with Adapter.Fill Pin
Rob Graham18-Oct-08 7:13
Rob Graham18-Oct-08 7:13 
Perhaps something odd is happening caused by the way you are building up the query string (not particularly good practice...). Try building up the query in a StringBuilder using the Append method, and pass it to the SqlCommand Object using StringBuilder.ToString() , and omit the "\r\n" business (SQL doesn't need them, if you want them to ease debugging, then use Environment.Newline constant instead). Also consider trimming the variable strings before using them in the query, just to insure there are no stray leading or trailing spaces.




GeneralRe: Data being retrived from SQL Server is incorrect with Adapter.Fill Pin
Mycroft Holmes18-Oct-08 17:38
professionalMycroft Holmes18-Oct-08 17:38 
GeneralRe: Data being retrived from SQL Server is incorrect with Adapter.Fill Pin
chapas21-Oct-08 6:13
chapas21-Oct-08 6:13 
QuestionSql Pin
maana_203017-Oct-08 5:57
maana_203017-Oct-08 5:57 
AnswerSample Table create scripts Pin
David Mujica17-Oct-08 6:37
David Mujica17-Oct-08 6:37 
AnswerRe: Sql Pin
Paul Conrad17-Oct-08 6:38
professionalPaul Conrad17-Oct-08 6:38 
AnswerRe: Sql Pin
Wendelius19-Oct-08 0:12
mentorWendelius19-Oct-08 0:12 
QuestionSET NOCOUNT ON; Pin
geekfromindia17-Oct-08 5:09
geekfromindia17-Oct-08 5:09 
AnswerRe: SET NOCOUNT ON; Pin
Jon_Boy17-Oct-08 10:19
Jon_Boy17-Oct-08 10:19 
GeneralRe: SET NOCOUNT ON; Pin
geekfromindia17-Oct-08 12:01
geekfromindia17-Oct-08 12:01 
GeneralRe: SET NOCOUNT ON; Pin
Jon_Boy17-Oct-08 13:23
Jon_Boy17-Oct-08 13:23 
AnswerRe: SET NOCOUNT ON; Pin
Mycroft Holmes17-Oct-08 22:57
professionalMycroft Holmes17-Oct-08 22:57 
QuestionProblem with creating a table using a stored procedure [modified] Pin
TheComputerMan17-Oct-08 4:29
TheComputerMan17-Oct-08 4:29 
AnswerRe: Problem with creating a table using a stored procedure Pin
TheComputerMan17-Oct-08 5:22
TheComputerMan17-Oct-08 5:22 
AnswerRe: Problem with creating a table using a stored procedure Pin
Kevin Horgan23-Oct-08 2:08
Kevin Horgan23-Oct-08 2:08 
GeneralRe: Problem with creating a table using a stored procedure Pin
TheComputerMan23-Oct-08 2:20
TheComputerMan23-Oct-08 2:20 
GeneralRe: Problem with creating a table using a stored procedure Pin
TheComputerMan23-Oct-08 3:35
TheComputerMan23-Oct-08 3:35 
Question'Open Table' menu option missing in SSMS 08 (SQL compact 3.5) Pin
Jon_Boy17-Oct-08 2:44
Jon_Boy17-Oct-08 2:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.