Using the framework without a database


Author
Message
Keith Chisarik
Keith Chisarik
StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)StrataFrame VIP (2.4K reputation)
Group: StrataFrame Users
Posts: 939, Visits: 40K
I have a need to "slam in" a quick application to fill a customers need. They need it in just a few days. I want to use SF in a "stand alone" mode, that is no need for a data connection as I will be hard coding a lot to get it done in short order, then replacing with a SQL back end as time permits.



What do I need to do to "turn off" the frameworks need for a data source?



I tried commenting out some stuff from Appmain that I thought would do the trick, but it blew up with regularity.



Thanks,



Keith

Keith Chisarik
Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
What do I need to do to "turn off" the frameworks need for a data source?

Really all you have to do is comment out the SetConnections() method in the AppMain.vb file.  If you are going to have BOs this becomes more tricky.  You can create a "dummy" connection, but any Save() or Undo() calls will fail since it will try to use the connection.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search