-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.ini
47 lines (45 loc) · 1.16 KB
/
about.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
mobile application
To make this program work properly:
first you must connect GSM modem (mobile ) by usb connection .
second you must create db2 database called sample (connected by odbc) , has schema called Mohamed , has at least 4 tables
(all nullable (only p.k null))
message center table
(attribute:
no (p.k ,interger)
typ_msg (varchar(20))
phone (varchar (20))
date (varchar (30))
time (varchar (30))
provider_no (varchar(20))
message_content (longvarchar)
res_text (longvarchar)
student_id (integer, forigen key from student table)
res_date (varchar(30))
res_time(varchar (30))
)
student table
{attribute:
id (integr,pk)
name (varchar (30)
phone (varchar (15))
private_key (varchar (10))
account (integer)
year (integer)
speclization (intger, f.k from seclization tabel )
}
subject table
{ attribute:
id (integr,pk)
name (varchar (15)
attendance (intger)
full_attendance (intger)
mid_term_p (intger)
final_p (integer)
student_id (integr,f.k from student table)
}
specilization table
{ attribute:
id (integr,pk)
name (varchar (15)
}
made by Eng. Mohamed Abdelatif Aboali