Home > database >  C # packaged
C # packaged

Time:10-10

C # made software package to pack what to you? There is also the question of database to do although packaged software, but others have no database cannot login or other associated with a database operation,,, or I to separate database package together, but my software is my own computer database connection, others also can't use

CodePudding user response:

Change the database link address to a public external can link address, pay attention to the stored encrypted,

CodePudding user response:

reference 1/f, February 16 response:
change the database link address to a public external can link address, pay attention to the stored encrypted,

How to change the I don't understand, just learned this semester, about to hand in the final design

CodePudding user response:

refer to the second floor, bad people alive, no response:
Quote: reference 1/f, February 16 response:
change the database link address to a public external can link address, pay attention to the stored encrypted,

How to change the I don't understand, just learned this semester, about to hand in the final design

You have to have a public network can access the server, and then put the database above, then your program to access the database,

CodePudding user response:

If the database must be used, separation, MDF, LDF package for the two files are copied to the project,
To the somebody else's computer, additional, but his computer is to install is essentially,

Essentially a more professional, but the deployment to trouble some,
You just show the teacher make a toy project, it is good to use sqlite,

CodePudding user response:

reference 4 floor gypsy song response:
must be used, if the database separation, MDF, LDF package for the two files are copied to the project,
To the somebody else's computer, additional, but his computer is to install is essentially,

Essentially a more professional, but the deployment to trouble some,
You just show the teacher make a toy project, it is good to use sqlite,

Separation of database, the teacher added, then the teacher made me that software can access the database link? Don't need to modify the service name?

CodePudding user response:

refer to February 16 reply: 3/f
Quote: refer to the second floor alive, bad people, there is no response:

Quote: reference 1/f, February 16 response:
change the database link address to a public external can link address, pay attention to the stored encrypted,

How to change the I don't understand, just learned this semester, about to hand in the final design

You have to have a public network can access the server, and then put the database above, then your program to access the database,

The database in where? I just get out, but if only web pages

CodePudding user response:

refer to fifth floor alive, bad people, there is no response:
Quote: refer to 4th floor gypsy song response:
must be used, if the database separation, MDF, LDF package for the two files are copied to the project,
To the somebody else's computer, additional, but his computer is to install is essentially,

Essentially a more professional, but the deployment to trouble some,
You just show the teacher make a toy project, it is good to use sqlite,

Separation of database, the teacher added, then the teacher made me that software can access the database link? Don't need to modify the service name?


Teacher after add up, of course, to change the service name,
This, you just explain to the teacher, the teacher won't can't understand this.

CodePudding user response:

refer to 7th floor gypsy song response:
Quote: refer to fifth floor alive, bad people, there is no response:

Quote: refer to 4th floor gypsy song response:
must be used, if the database separation, MDF, LDF package for the two files are copied to the project,
To the somebody else's computer, additional, but his computer is to install is essentially,

Essentially a more professional, but the deployment to trouble some,
You just show the teacher make a toy project, it is good to use sqlite,

Separation of database, the teacher added, then the teacher made me that software can access the database link? Don't need to modify the service name?


Teacher after add up, of course, to change the service name,
This, you just explain to the teacher, the teacher won't can't understand this.

Ok, I got it, thank you

CodePudding user response:

To save trouble into the virtual machine

CodePudding user response:

Long before the installation of mobile BBS you can refer to the

Directly to generate a database script, which is used to create all the tables

Generate a bunch of XML files, used to store based data

Create an installation page, the page to fill in the database information, and create the database, and then record this information to the web. Config or any other setting information

Running a database script, to create tables, views, functions, stored procedures, etc.

To parse the XML and insert data into the database

Within the page allowing installation of the web site management background administrator account and password

The installation is complete

CodePudding user response:

references to the tenth floor illiterate old gu response:
long ago the installation of mobile BBS you can refer to the

Directly to generate a database script, which is used to create all the tables

Generate a bunch of XML files, used to store based data

Create an installation page, the page to fill in the database information, and create the database, and then record this information to the web. Config or any other setting information

Running a database script, to create tables, views, functions, stored procedures, etc.

To parse the XML and insert data into the database

Within the page allowing installation of the web site management background administrator account and password

Installation is complete

Specific how to operate? Is there a tutorial links

CodePudding user response:

No tutorial, just seen a such operations

Used to use

The trigger can be generated, stored procedure, function, view script, to a script file in c # can

Table structure based on syscolumns and sysobjects, plus systypes, can also generate their own create instructions

Behind their research studies

CodePudding user response:

The select char (13) + m. efinition
The from sysobjects o
Left the join sys. Sql_modules m on o.i d=m.o bject_id
Where xtype in (' tr ', 'p', 'v', 'fn)
The order by xtype, name
For XML path (' ')

CodePudding user response:

refer to 12th floor illiterate old gu response:
no tutorial, just seen a such operations

Used to use

The trigger can be generated, stored procedure, function, view script, to a script file in c # can

Table structure based on syscolumns and sysobjects, plus systypes, can also generate their own create instructions

Behind his study

Ok, thank you I will trynullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull
  • Related