Click here to Skip to main content
15,903,856 members
Home / Discussions / Database
   

Database

 
AnswerRe: Sql Restore Error Pin
RyanMorris16-Mar-09 6:02
RyanMorris16-Mar-09 6:02 
GeneralRe: Sql Restore Error Pin
kankeyan16-Mar-09 19:22
kankeyan16-Mar-09 19:22 
GeneralRe: Sql Restore Error Pin
RyanMorris16-Mar-09 22:57
RyanMorris16-Mar-09 22:57 
QuestionWhen MSAccess Readonly database with password is opened error 0xfffff88f "Not a valid password". Who knows why? Pin
Grebeshkova16-Mar-09 0:48
Grebeshkova16-Mar-09 0:48 
QuestionSQL Question Pin
Lars Fisker15-Mar-09 13:51
Lars Fisker15-Mar-09 13:51 
AnswerRe: SQL Question Pin
Mycroft Holmes15-Mar-09 14:05
professionalMycroft Holmes15-Mar-09 14:05 
GeneralRe: SQL Question Pin
Lars Fisker15-Mar-09 14:48
Lars Fisker15-Mar-09 14:48 
AnswerRe: SQL Question Pin
Blue_Boy16-Mar-09 2:01
Blue_Boy16-Mar-09 2:01 
or you can use this way:
<br />
string strGetPeriodeSQL = String.Format("SELECT * FROM {0} WHERE SDate BETWEEN {1} AND {2} ORDER BY SDate", strTableName, dtStart.ToString("yyyy.MM.dd"), dtEnd.ToString("yyyy.MM.dd")/*give yout date format*/);



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


QuestionHow to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 1:23
Saleem Tahiri15-Mar-09 1:23 
QuestionRe: How to Store password character in Oracle Table Pin
Eddy Vluggen15-Mar-09 2:09
professionalEddy Vluggen15-Mar-09 2:09 
AnswerRe: How to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 2:12
Saleem Tahiri15-Mar-09 2:12 
AnswerRe: How to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 2:12
Saleem Tahiri15-Mar-09 2:12 
GeneralRe: How to Store password character in Oracle Table Pin
Eddy Vluggen15-Mar-09 2:21
professionalEddy Vluggen15-Mar-09 2:21 
QuestionAccess [modified] Pin
udikantz14-Mar-09 19:52
udikantz14-Mar-09 19:52 
QuestionDatetime? Pin
Karthick_gc13-Mar-09 0:03
Karthick_gc13-Mar-09 0:03 
AnswerRe: Datetime? Pin
Eddy Vluggen13-Mar-09 0:22
professionalEddy Vluggen13-Mar-09 0:22 
AnswerRe: Datetime? Pin
Ashfield13-Mar-09 2:15
Ashfield13-Mar-09 2:15 
AnswerRe: Datetime? Pin
Mycroft Holmes14-Mar-09 16:17
professionalMycroft Holmes14-Mar-09 16:17 
QuestionSQL Insert Creates multiple records instead of just one Pin
Shrimpersfan12-Mar-09 23:48
Shrimpersfan12-Mar-09 23:48 
AnswerRe: SQL Insert Creates multiple records instead of just one Pin
Michael Bookatz13-Mar-09 0:33
Michael Bookatz13-Mar-09 0:33 
QuestionBig Problem in sql server 2000 Pin
pubududilena12-Mar-09 22:02
pubududilena12-Mar-09 22:02 
AnswerRe: Big Problem in sql server 2000 Pin
Reza Raad14-Mar-09 11:11
Reza Raad14-Mar-09 11:11 
QuestionHow to store all rows of a column in a sql variable Pin
Rajesh_K_Sharma12-Mar-09 21:09
Rajesh_K_Sharma12-Mar-09 21:09 
AnswerRe: How to store all rows of a column in a sql variable Pin
Blue_Boy12-Mar-09 21:49
Blue_Boy12-Mar-09 21:49 
QuestionAttaching and detaching a DB from another computer Pin
Mustafa Ismail Mustafa12-Mar-09 7:40
Mustafa Ismail Mustafa12-Mar-09 7:40 

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.