Skip to main content
Nintex Community Menu Bar

Application Database

  • January 18, 2007
  • 3 replies
  • 17 views

Forum|alt.badge.img
I too am looking to do something similar, i need to create a new solution and use a nes SQL instance (database) for this data only, Anyone done something li this before?
I would be grateful for any help

3 replies

Forum|alt.badge.img+3
  • January 18, 2007
Hi, I'm a newbie in K2 .Net workflow system and I need some clarification on how K2 stores data.

I realise all data in a K2 .Net workflow systems are stored in K2 database(correct me if I am wrong). If I would like to migrate my classic ASP applications to K2 and want to keep my existing data (in MS SQL), how do I do this?

Is it a requirement by K2 to store data in it's K2 database? Can I continue to store them in my existing application database?

Forum|alt.badge.img+13
  • Rookie
  • January 18, 2007
Yes you can still store your application data externally. You'll need to store some kind of ID link back to your application database so routing condition can look up the record.

Forum|alt.badge.img+3
  • January 18, 2007
in that case, will i be double-entrying the data in K2 database and my own application database?

is there any example where I can see how this is done?

Thanks for replying.