Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
65
Link Appointment's data to SQL Server
posted

hi,

I had add in monthly, daily and weekly calender into my form. i also link them all together. I want to store the all the appointment data, which had already key in, into SQL Server. I try to modified the codes from WinScehdule Database Demo. but, i still can't change it to store the data from Access into SQL Server. Please help me!! Is it have to add in other codes to link it? Or is there any other way to link it?

 thanks.

Parents
No Data
Reply
  • 69832
    Offline posted

    You have to run the SQL create script that is included with the sample, comment out the '#define DATABASE_MSACCESS' preprocessor directive, and uncomment the '#define DATABASE_SQLSERVER' preprocessor directive. It might also be necessary to modify the connection string to reference the correct location.

Children
No Data