Click here to Skip to main content
16,003,454 members
Home / Discussions / Database
   

Database

 
GeneralRe: DataRow vs Business object Pin
Mohamad Al Husseiny2-Aug-05 16:16
Mohamad Al Husseiny2-Aug-05 16:16 
GeneralCorresponding .cs file is not added when I add a Crytal Report file in Solution Explorer VS.Net2003 Pin
Member 123075730-Jul-05 23:53
Member 123075730-Jul-05 23:53 
Questionhow to store document into sql Server from ASP.Net Pin
kpsetty30-Jul-05 20:20
kpsetty30-Jul-05 20:20 
GeneralComparing Database Snapshots Pin
Kathy Banks30-Jul-05 11:07
Kathy Banks30-Jul-05 11:07 
GeneralRe: Comparing Database Snapshots Pin
AJ Russ30-Jul-05 11:13
AJ Russ30-Jul-05 11:13 
GeneralLinked Server with DataAdapter Pin
ammarmujeeb30-Jul-05 4:08
ammarmujeeb30-Jul-05 4:08 
GeneralRe: Linked Server with DataAdapter Pin
Frank Kerrigan2-Aug-05 5:47
Frank Kerrigan2-Aug-05 5:47 
GeneralRe: Linked Server with DataAdapter Pin
ammarmujeeb3-Aug-05 21:18
ammarmujeeb3-Aug-05 21:18 
Generalstored procedure and date format Pin
Member 44721730-Jul-05 0:08
Member 44721730-Jul-05 0:08 
GeneralRe: stored procedure and date format Pin
Raven12331-Jul-05 9:34
Raven12331-Jul-05 9:34 
GeneralRe: stored procedure and date format Pin
Mike Dimmick31-Jul-05 10:27
Mike Dimmick31-Jul-05 10:27 
GeneralRe: stored procedure and date format Pin
Frank Kerrigan2-Aug-05 6:16
Frank Kerrigan2-Aug-05 6:16 
GeneralGenerating ERD.....! Pin
wEb GuRu...29-Jul-05 22:30
wEb GuRu...29-Jul-05 22:30 
GeneralSQL Base Pin
albCode29-Jul-05 21:00
albCode29-Jul-05 21:00 
GeneralProblem with Query Pin
Anonymous29-Jul-05 7:19
Anonymous29-Jul-05 7:19 
GeneralRe: Problem with Query Pin
Guffa29-Jul-05 8:19
Guffa29-Jul-05 8:19 
That's a bit strange. It should only return the computer corresponding to the sigle record from the memory table that you use to create the query.

Loop through the memory table to create a string containing a comma separated list of id's. Then you can use that string in a query:

"select computer_id, serial_num FROM computer WHERE serial_num in (" + idList + ")"

---
b { font-weight: normal; }

GeneralRe: Problem with Query Pin
Anonymous29-Jul-05 10:03
Anonymous29-Jul-05 10:03 
GeneralEncrypting DDL Pin
mtone29-Jul-05 7:06
mtone29-Jul-05 7:06 
GeneralRe: Encrypting DDL Pin
Scott Serl29-Jul-05 14:23
Scott Serl29-Jul-05 14:23 
GeneralRe: Encrypting DDL Pin
Mike Dimmick31-Jul-05 10:33
Mike Dimmick31-Jul-05 10:33 
GeneralRe: Encrypting DDL Pin
Scott Serl31-Jul-05 11:31
Scott Serl31-Jul-05 11:31 
GeneralRecords appear out of order Pin
Andrew Hain28-Jul-05 23:23
Andrew Hain28-Jul-05 23:23 
GeneralRe: Records appear out of order Pin
Marc Soleda29-Jul-05 0:55
Marc Soleda29-Jul-05 0:55 
GeneralRe: Records appear out of order Pin
Andrew Hain29-Jul-05 5:13
Andrew Hain29-Jul-05 5:13 
GeneralRe: Records appear out of order Pin
Toni7830-Jul-05 16:08
Toni7830-Jul-05 16:08 

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.