DatenBank verbindung erstellung
This commit is contained in:
21
SkyTeam/DatenbankServices.cs
Normal file
21
SkyTeam/DatenbankServices.cs
Normal file
@@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SkyTeam
|
||||
{
|
||||
class DatenbankServices
|
||||
{
|
||||
private string ConnectionString = "Server=mysql.pb.bib.de;uid=pbt3h24akh;pwd=Dd3dwQgPeNxW;database=pbt3h24akh_SkyTeam;";
|
||||
|
||||
protected virtual string connectionString
|
||||
{
|
||||
get { return ConnectionString; }
|
||||
private set { ConnectionString = value; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user