Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can I bind Calendar.Net with oracle database (Read 3467 times)
anu123
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Nov 13th, 2006
Can I bind Calendar.Net with oracle database
Nov 13th, 2006 at 5:18pm
Print Post  
Hi group,

New to this feature! Jus want to know can i bind the control with the oracle database. I want the contacts to populate from a oracle table.

Thanx.
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Can I bind Calendar.Net with oracle database
Reply #1 - Nov 14th, 2006 at 5:42am
Print Post  
Planner.NET does not yet have database serialization support. We are going to introduce this in the upcoming 4.1 release. The new database features, however, will only officially support SQL and Ole DB as of yet, so using Oracle might lead to some difficulties, particularly during serialization.

Meppy
  
Back to top
 
IP Logged
 
anu123
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 2
Joined: Nov 13th, 2006
Re: Can I bind Calendar.Net with oracle database
Reply #2 - Nov 14th, 2006 at 2:48pm
Print Post  
Can i bind it by writting some code. If yes then what property should I use.

Thanx .
  
Back to top
 
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Can I bind Calendar.Net with oracle database
Reply #3 - Nov 15th, 2006 at 6:08am
Print Post  
The databinding feature is not yet available. Even when it is out, it will only officially support SQL and ADO DB databases. If you need to save only your contact information in a database, however, it would be easier to do so manually. Simply create a single table in your database with fields corresponding to the properties of the Contact class. Then create a new data set from your database with a data adapter associated with the contacts table and use this data adapter to write and read contact information from the database.

Meppy
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint