mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-17 05:40:33 +00:00
V-0.4
This commit is contained in:
21
V-0.4/Login_u.dfm
Normal file
21
V-0.4/Login_u.dfm
Normal file
@@ -0,0 +1,21 @@
|
||||
object DataUser: TDataUser
|
||||
OldCreateOrder = False
|
||||
Height = 396
|
||||
Width = 655
|
||||
object dtaUsers: TDataSource
|
||||
DataSet = adoUser
|
||||
Left = 168
|
||||
Top = 128
|
||||
end
|
||||
object adoUser: TADOQuery
|
||||
ConnectionString =
|
||||
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\mrfluffy\O' +
|
||||
'neDrive\Documents\Embarcadero\Studio\Projects\pat\Users.mdb;Pers' +
|
||||
'ist Security Info=False'
|
||||
Parameters = <>
|
||||
SQL.Strings = (
|
||||
'INSERT INTO Login(Username) VALUES("'#39'+ sUser +'#39'")')
|
||||
Left = 80
|
||||
Top = 128
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user