Click here to Skip to main content
15,900,973 members
Home / Discussions / Database
   

Database

 
GeneralRe: Access Form - datasheet view, which OnEvent Pin
john john mackey22-Jul-10 10:51
john john mackey22-Jul-10 10:51 
GeneralRe: Access Form - datasheet view, which OnEvent Pin
David Mujica23-Jul-10 4:29
David Mujica23-Jul-10 4:29 
QuestionT-SQL Address line Packing Pin
Pascal Ganaye20-Jul-10 1:24
Pascal Ganaye20-Jul-10 1:24 
AnswerRe: T-SQL Address line Packing Pin
Goutam Patra20-Jul-10 3:16
professionalGoutam Patra20-Jul-10 3:16 
GeneralRe: T-SQL Address line Packing Pin
Pascal Ganaye20-Jul-10 3:28
Pascal Ganaye20-Jul-10 3:28 
GeneralRe: T-SQL Address line Packing Pin
Goutam Patra20-Jul-10 3:31
professionalGoutam Patra20-Jul-10 3:31 
GeneralRe: T-SQL Address line Packing Pin
Mycroft Holmes20-Jul-10 12:16
professionalMycroft Holmes20-Jul-10 12:16 
AnswerRe: T-SQL Address line Packing Pin
Luc Pattyn20-Jul-10 12:43
sitebuilderLuc Pattyn20-Jul-10 12:43 
a bubble-sort approach could solve that; in pseudo-code:
do {
    bool more=false;
    if (line1==empty && line2!=empty) {line1=line2; line2=empty; more=true;}
    if (line2==empty && line3!=empty) {line2=line3; line3=empty; more=true;}
    if (line3==empty && line4!=empty) {line3=line4; line4=empty; more=true;}
while(more);


Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


QuestionHow to retrieve binary file from Sql Server database to hard disk using SQL? Pin
Ahmad Safwat18-Jul-10 5:29
Ahmad Safwat18-Jul-10 5:29 
AnswerRe: How to retrieve binary file from Sql Server database to hard disk using SQL? Pin
Ahmad Safwat19-Jul-10 1:25
Ahmad Safwat19-Jul-10 1:25 
AnswerRe: How to retrieve binary file from Sql Server database to hard disk using SQL? Pin
PIEBALDconsult19-Jul-10 3:59
mvePIEBALDconsult19-Jul-10 3:59 
GeneralRe: How to retrieve binary file from Sql Server database to hard disk using SQL? Pin
Luc Pattyn19-Jul-10 4:40
sitebuilderLuc Pattyn19-Jul-10 4:40 
GeneralRe: How to retrieve binary file from Sql Server database to hard disk using SQL? Pin
PIEBALDconsult19-Jul-10 4:58
mvePIEBALDconsult19-Jul-10 4:58 
GeneralRe: How to retrieve binary file from Sql Server database to hard disk using SQL? Pin
Luc Pattyn19-Jul-10 5:19
sitebuilderLuc Pattyn19-Jul-10 5:19 
QuestionCreate a virtual table for form RecordSource Pin
john john mackey16-Jul-10 7:09
john john mackey16-Jul-10 7:09 
AnswerRe: Create a virtual table for form RecordSource Pin
Mycroft Holmes16-Jul-10 12:07
professionalMycroft Holmes16-Jul-10 12:07 
GeneralRe: Create a virtual table for form RecordSource Pin
Goutam Patra16-Jul-10 19:57
professionalGoutam Patra16-Jul-10 19:57 
GeneralRe: Create a virtual table for form RecordSource Pin
john john mackey19-Jul-10 9:47
john john mackey19-Jul-10 9:47 
GeneralRe: Create a virtual table for form RecordSource Pin
john john mackey19-Jul-10 9:48
john john mackey19-Jul-10 9:48 
AnswerRe: Create a virtual table for form RecordSource Pin
Bernhard Hiller22-Jul-10 20:16
Bernhard Hiller22-Jul-10 20:16 
QuestionCall Sp inside a SP and count the number of rows returned by the SP Pin
Kit Fisto15-Jul-10 23:28
Kit Fisto15-Jul-10 23:28 
AnswerRe: Call Sp inside a SP and count the number of rows returned by the SP Pin
Goutam Patra16-Jul-10 3:15
professionalGoutam Patra16-Jul-10 3:15 
GeneralRe: Call Sp inside a SP and count the number of rows returned by the SP Pin
Kit Fisto16-Jul-10 4:45
Kit Fisto16-Jul-10 4:45 
Questionvulnerability Pin
sowjanya315-Jul-10 22:07
sowjanya315-Jul-10 22:07 
AnswerRe: vulnerability Pin
Scubapro16-Jul-10 0:40
Scubapro16-Jul-10 0: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.