Wednesday, March 21, 2012

Maybe a Microsoft Question?

When VS 2003 compiles my RDL and deploys it to the server, where exactly does the assembly (I assume it's an assembly) go?!?!?!
Into the database?
I found saw the ChunkData table that contains an image field names "Content". Is this where the assembly is stored?
If this IS the place then where the assembly is stored then are there any articles on MSDN about how to store an assembly in a
database and then retrieve it and run it?
Thanks a lot!
ScottWe compile the data into an internal format and store that in the database.
We do not support adding your own content via the database.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in message
news:ugQR7l0eEHA.2896@.TK2MSFTNGP11.phx.gbl...
> When VS 2003 compiles my RDL and deploys it to the server, where exactly
does the assembly (I assume it's an assembly) go?!?!?!
> Into the database?
> I found saw the ChunkData table that contains an image field names
"Content". Is this where the assembly is stored?
> If this IS the place then where the assembly is stored then are there any
articles on MSDN about how to store an assembly in a
> database and then retrieve it and run it?
> Thanks a lot!
> Scott
>|||Well, what I'd like to try to do is to do something similar in my own application.
Any hints on what you guys do? :)
"Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message news:OQ6Mwq0eEHA.1656@.TK2MSFTNGP09.phx.gbl...
> We compile the data into an internal format and store that in the database.
> We do not support adding your own content via the database.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in message
> news:ugQR7l0eEHA.2896@.TK2MSFTNGP11.phx.gbl...
> > When VS 2003 compiles my RDL and deploys it to the server, where exactly
> does the assembly (I assume it's an assembly) go?!?!?!
> > Into the database?
> >
> > I found saw the ChunkData table that contains an image field names
> "Content". Is this where the assembly is stored?
> >
> > If this IS the place then where the assembly is stored then are there any
> articles on MSDN about how to store an assembly in a
> > database and then retrieve it and run it?
> >
> > Thanks a lot!
> >
> > Scott
> >
> >
>|||Yes, we compile the data into an internal format. :) Sorry that is about as
detailed as we can get.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in message
news:e#fp5C2eEHA.3476@.tk2msftngp13.phx.gbl...
> Well, what I'd like to try to do is to do something similar in my own
application.
> Any hints on what you guys do? :)
> "Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
news:OQ6Mwq0eEHA.1656@.TK2MSFTNGP09.phx.gbl...
> > We compile the data into an internal format and store that in the
database.
> > We do not support adding your own content via the database.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in
message
> > news:ugQR7l0eEHA.2896@.TK2MSFTNGP11.phx.gbl...
> > > When VS 2003 compiles my RDL and deploys it to the server, where
exactly
> > does the assembly (I assume it's an assembly) go?!?!?!
> > > Into the database?
> > >
> > > I found saw the ChunkData table that contains an image field names
> > "Content". Is this where the assembly is stored?
> > >
> > > If this IS the place then where the assembly is stored then are there
any
> > articles on MSDN about how to store an assembly in a
> > > database and then retrieve it and run it?
> > >
> > > Thanks a lot!
> > >
> > > Scott
> > >
> > >
> >
> >
>|||Perhaps if you describe the scenario you are trying to solve we can find an
alternative solution for you.
--
-Daniel
This posting is provided "AS IS" with no warranties, and confers no rights.
"Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in message
news:e#fp5C2eEHA.3476@.tk2msftngp13.phx.gbl...
> Well, what I'd like to try to do is to do something similar in my own
application.
> Any hints on what you guys do? :)
> "Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
news:OQ6Mwq0eEHA.1656@.TK2MSFTNGP09.phx.gbl...
> > We compile the data into an internal format and store that in the
database.
> > We do not support adding your own content via the database.
> >
> > --
> > -Daniel
> > This posting is provided "AS IS" with no warranties, and confers no
rights.
> >
> >
> > "Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in
message
> > news:ugQR7l0eEHA.2896@.TK2MSFTNGP11.phx.gbl...
> > > When VS 2003 compiles my RDL and deploys it to the server, where
exactly
> > does the assembly (I assume it's an assembly) go?!?!?!
> > > Into the database?
> > >
> > > I found saw the ChunkData table that contains an image field names
> > "Content". Is this where the assembly is stored?
> > >
> > > If this IS the place then where the assembly is stored then are there
any
> > articles on MSDN about how to store an assembly in a
> > > database and then retrieve it and run it?
> > >
> > > Thanks a lot!
> > >
> > > Scott
> > >
> > >
> >
> >
>|||I'd like to create a workflow program for forms. I'd like to have a front end that would deploy the forms to a server that would
handle the workflow. (sending Emails, routing the form, etc)
I would like to have a single source of backup (IE, the database) and I think compiling the form or whatever it is into an assembly
would give me better performance.
Sorry if this isn't a well thought out post... I'm not awake yet :)
"Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message news:Op7NFr9eEHA.3632@.TK2MSFTNGP11.phx.gbl...
> Perhaps if you describe the scenario you are trying to solve we can find an
> alternative solution for you.
> --
> -Daniel
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in message
> news:e#fp5C2eEHA.3476@.tk2msftngp13.phx.gbl...
> > Well, what I'd like to try to do is to do something similar in my own
> application.
> >
> > Any hints on what you guys do? :)
> >
> > "Daniel Reib [MSFT]" <danreib@.online.microsoft.com> wrote in message
> news:OQ6Mwq0eEHA.1656@.TK2MSFTNGP09.phx.gbl...
> > > We compile the data into an internal format and store that in the
> database.
> > > We do not support adding your own content via the database.
> > >
> > > --
> > > -Daniel
> > > This posting is provided "AS IS" with no warranties, and confers no
> rights.
> > >
> > >
> > > "Scott Meddows" <scott_meddows_no_spm@.tsged-removeme.com> wrote in
> message
> > > news:ugQR7l0eEHA.2896@.TK2MSFTNGP11.phx.gbl...
> > > > When VS 2003 compiles my RDL and deploys it to the server, where
> exactly
> > > does the assembly (I assume it's an assembly) go?!?!?!
> > > > Into the database?
> > > >
> > > > I found saw the ChunkData table that contains an image field names
> > > "Content". Is this where the assembly is stored?
> > > >
> > > > If this IS the place then where the assembly is stored then are there
> any
> > > articles on MSDN about how to store an assembly in a
> > > > database and then retrieve it and run it?
> > > >
> > > > Thanks a lot!
> > > >
> > > > Scott
> > > >
> > > >
> > >
> > >
> >
> >
>

No comments:

Post a Comment