Click here to Skip to main content
15,903,388 members

Comments by safi rehman (Top 5 by date)

safi rehman 7-Dec-15 1:28am View    
I am having the same problem while connecting my visual basic application with oracle database. "OracleMTSRecoveryService" is the only oracle service running in my OS(windows 7) please help
safi rehman 6-Oct-14 14:58pm View    
Thank you Mr Afzaal very helpful :)
safi rehman 4-Oct-14 13:20pm View    
I haven't started yet code part. I have a doctor as a user
Appointment is
create table Appointment
(
AppointmentID int identity primary key,
DoctorID int foreign key references Doctors(DoctorID),
PatientID int foreign key references Patients(PatientID),
AppointmentDate date,
StartTime time,
EndTime time
)
how would i add or subtract time to check that appointment slot is available or not?
safi rehman 16-Jul-14 8:37am View    
Exception is solved but in dropdown list i am getting values like system.data.entity.dynamicproxies
safi rehman 16-Jul-14 4:14am View    
Deleted
Thanks for your answer but the videos are unavailable