u8dmtm Posted February 1, 2006 Posted February 1, 2006 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?
Norphy Posted February 1, 2006 Posted February 1, 2006 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.
u8dmtm Posted February 1, 2006 Author Posted February 1, 2006 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.
GrumbleDook Posted February 1, 2006 Posted February 1, 2006 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.
u8dmtm Posted February 2, 2006 Author Posted February 2, 2006 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?
E1uSiV3 Posted February 2, 2006 Posted February 2, 2006 Add a new user to the database with read only rightsand use that user to access the data, that way you cant break anything.
TechMonkey Posted February 2, 2006 Posted February 2, 2006 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.
Guest shiny_guru Posted February 28, 2006 Posted February 28, 2006 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now