Click here to Skip to main content
15,901,426 members
Home / Discussions / Database
   

Database

 
GeneralSP vs. View Pin
Not Active5-Sep-03 6:01
mentorNot Active5-Sep-03 6:01 
GeneralRe: SP vs. View Pin
Mark Conger5-Sep-03 6:14
Mark Conger5-Sep-03 6:14 
GeneralRe: SP vs. View Pin
Not Active5-Sep-03 6:42
mentorNot Active5-Sep-03 6:42 
Generalreboot the sqlserver Pin
yyf5-Sep-03 3:23
yyf5-Sep-03 3:23 
GeneralRe: reboot the sqlserver Pin
Terry Denham5-Sep-03 4:19
Terry Denham5-Sep-03 4:19 
GeneralMaster-Detail Question! Pin
EastDragon4-Sep-03 16:50
EastDragon4-Sep-03 16:50 
GeneralSQLDMO Pin
yyf3-Sep-03 8:53
yyf3-Sep-03 8:53 
GeneralRe: SQLDMO Pin
Terry Denham5-Sep-03 4:30
Terry Denham5-Sep-03 4:30 
<br />
//get all available SQL Servers     <br />
SQLDMO.Application sqlApp = new SQLDMO.ApplicationClass(); <br />
SQLDMO.NameList sqlServers = sqlApp.ListAvailableSQLServers(); <br />
for(int i=0;i<sqlServers.Count;i++) <br />
{ <br />
    object srv = sqlServers.Item(i + 1); <br />
    if(srv != null) <br />
    { <br />
        this.cboServers.Items.Add(srv);                         <br />
    } <br />
} <br />
if(this.cboServers.Items.Count > 0) <br />
    this.cboServers.SelectedIndex = 0; <br />
else <br />
    this.cboServers.Text = "<No available SQL Servers>"; <br />

found this on the web at CSharpHelp[^]
GeneralRe: SQLDMO Pin
yyf5-Sep-03 8:31
yyf5-Sep-03 8:31 
GeneralRe: SQLDMO Pin
Terry Denham7-Sep-03 9:16
Terry Denham7-Sep-03 9:16 
Generalpassing and retrieving date value using ADO Pin
haritadala1-Sep-03 11:57
haritadala1-Sep-03 11:57 
GeneralRe: passing and retrieving date value using ADO Pin
Roger Wright7-Sep-03 10:06
professionalRoger Wright7-Sep-03 10:06 
GeneralDataSets and Crystal Reports 9 Pin
Member 486391-Sep-03 3:08
Member 486391-Sep-03 3:08 
GeneralRe: DataSets and Crystal Reports 9 Pin
Braulio Dez10-Sep-03 21:47
Braulio Dez10-Sep-03 21:47 
QuestionWhat is MySQL used for anyways... Pin
Snyp30-Aug-03 15:37
Snyp30-Aug-03 15:37 
AnswerRe: What is MySQL used for anyways... Pin
ZoogieZork30-Aug-03 17:57
ZoogieZork30-Aug-03 17:57 
GeneralRe: What is MySQL used for anyways... Pin
Snyp31-Aug-03 3:06
Snyp31-Aug-03 3:06 
GeneralRe: What is MySQL used for anyways... Pin
Snyp31-Aug-03 3:11
Snyp31-Aug-03 3:11 
GeneralSolution of your IT/Computer science Problems Pin
mindnets29-Aug-03 17:43
mindnets29-Aug-03 17:43 
GeneralQuery Help Pin
sardinka29-Aug-03 9:21
sardinka29-Aug-03 9:21 
GeneralRe: Query Help Pin
basementman5-Sep-03 11:22
basementman5-Sep-03 11:22 
GeneralWHY????? HELP!!!!!! Pin
yyf29-Aug-03 8:20
yyf29-Aug-03 8:20 
GeneralRe: WHY????? HELP!!!!!! Pin
Mike Dimmick4-Sep-03 1:39
Mike Dimmick4-Sep-03 1:39 
GeneralCalculate columns in datagrid Pin
Anonymous29-Aug-03 7:42
Anonymous29-Aug-03 7:42 
GeneralRe: Calculate columns in datagrid Pin
andyharman31-Aug-03 12:28
professionalandyharman31-Aug-03 12:28 

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.