Jump to content

Recommended Posts

Posted
Does anyone know if it is possible to connect to the SIMS.NET database from your own software (using a data connection, say in VB) in order to perform queries to get data and update other systems with it?
Posted

Technically its possible. It uses a standard Microsoft SQL Server 2000 database. However I've taken a quick look at the database structure and its complex to say the least.

 

Bare in mind that if you do this, it will be completely unsupported. If you somehow manage to b0rk your SIMS database you'd be on your own.

Posted
I've heard of SIMS.NET Business Objects which perhaps can be used in .NET apps with some degree of safety. Information is hard to come by though.
Posted

It is perfectly possible to do and if you pay Capita a fee they will give you licence to do it.

 

Anything else is unsupported and likely to b0rk things ... in a major way. The best thing I have heard of a school doing (before moving onto CMIS) was performing a serious of reports that give them pretty much all the data in csv files that were then put into a seperate SQL database. This was updated at least weekly but still didn't have all the info and was a nasty job to maintain.

Posted
Thats the problem, manual export/import is always going to be messy. Which is why I wondered about direct connection. Perhaps scheduled reports (maybe XML?) could be done and a program written to import them into another data system?
Posted
I am trying to get talks going with our LEA to either get a cut down version of the SIMS API for schools or have some kind of access to the APIs them selves. It does annoy me that we can't get access to our data yet we have a hundred and one things we could do with it that don't involve SIMS.net. Especially as Capita are trying to go all huggy feely and use free consultants to advise best use of data and MIS.
  • 4 weeks later...
Guest shiny_guru
Posted
Capita claim that the read only business objects are available free of charge - I have not tried to get hold of them. Or for read only access you can take a copy of your 2 database files overnight and mount them against a different MSDE instance (or the same one if you are careful about names) and play with the data from there. Good old Access will happily connect to an MSDE data source and you can browse the tables - over 500 last time I looked iirc - depends how 'real time' you need to be

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...