Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,788| Members 17,820, Newest waheguruhelpme| Online 220
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » Making an Access - SQL db solution portable

Making an Access - SQL db solution portable

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
making access database work without access installed Rumpus Information Technology 2 28-Jul-2006 08:27 AM
Help with access solution needed Andreas Information Technology 1 28-Jul-2006 08:26 AM
Making a pdf from an Access Report EKG, Materials Design Information Technology 7 18-Nov-2005 14:00 PM
solution to moving controls on Data Access Pages Blenvid Information Technology 2 08-Nov-2005 12:52 PM
Guru Granth: A Portable Homeland Claudia G. S. Martins Essays on Sikhism 1 23-Jul-2004 23:14 PM


Tags
making, access, sql, solution, portable
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:24 AM
Martin Gregersen's Avatar Martin Gregersen
Guest
 
Posts: n/a
   
   
Making an Access - SQL db solution portable

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
I have an Access application which runs in a server enviroment where I have
an SQL server that the Access connects to. The customer is so happy with my
soultion and told another company about it, they would like something like
that, so I need to make a copy of the setup to a cd to send to the other
company - as a demo. They have no employees with enough IT knowledge to
install a SQL Server/MSDE and the import the database and setting up Access
to connect to the new server. Remote control is not an option, neither is
"local control" since they will not pay for my trip (transatlantic) unless
they want me to make a soultion for them...

I need to take the solution and make it portable. But I am not sure how to
do it, I need a "downsizing" wizard or something? A solution could be to
make "some kind of installer" which installes a MSDE and loads the data into
it and connects the Access database to the new db server. Probably the best
solution, if there is no easy way to make it portable.

I would asume there are some tools available for this or similar purposes,
but I don't know any...

My concern is also the fact that there are some views in the SQL database
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/11840-making-access-sql-db-solution-portable.html
and also a lot of the VBA code in forms and reports has been modified to fit
the SQL, during upsizing some years back... I wouldn't like to re-write the
rewritten code, just for a demo.

I'm pretty sure I'm not the only one who has ever wanted to do this, if you
have done it, please let me know how. I welcome any suggestions. )
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840

Thanks in advance

Martin Gregersen
martin@gregersen.dk








 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:24 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

How about a simple mssql backup of the database?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
Then they could just import the backup database on their system

Pieter

"Martin Gregersen" wrote in message
news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>I have an Access application which runs in a server enviroment where I have
>an SQL server that the Access connects to. The customer is so happy with my
>soultion and told another company about it, they would like something like
>that, so I need to make a copy of the setup to a cd to send to the other
>company - as a demo. They have no employees with enough IT knowledge to
>install a SQL Server/MSDE and the import the database and setting up Access
>to connect to the new server. Remote control is not an option, neither is
>"local control" since they will not pay for my trip (transatlantic) unless
>they want me to make a soultion for them...
>
> I need to take the solution and make it portable. But I am not sure how to
> do it, I need a "downsizing" wizard or something? A solution could be to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
> make "some kind of installer" which installes a MSDE and loads the data
> into it and connects the Access database to the new db server. Probably
> the best solution, if there is no easy way to make it portable.
>
> I would asume there are some tools available for this or similar purposes,
> but I don't know any...
>
> My concern is also the fact that there are some views in the SQL database
> and also a lot of the VBA code in forms and reports has been modified to
> fit the SQL, during upsizing some years back... I wouldn't like to
> re-write the rewritten code, just for a demo.
>
> I'm pretty sure I'm not the only one who has ever wanted to do this, if
> you have done it, please let me know how. I welcome any suggestions. )
>
> Thanks in advance
>
> Martin Gregersen
> martin@gregersen.dk
>
>
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:24 AM
Pieter Wijnen's Avatar Pieter Wijnen
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

How about a simple mssql backup of the database?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
Then they could just import the backup database on their system

Pieter

"Martin Gregersen" wrote in message
news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>I have an Access application which runs in a server enviroment where I have
>an SQL server that the Access connects to. The customer is so happy with my
>soultion and told another company about it, they would like something like
>that, so I need to make a copy of the setup to a cd to send to the other
>company - as a demo. They have no employees with enough IT knowledge to
>install a SQL Server/MSDE and the import the database and setting up Access
>to connect to the new server. Remote control is not an option, neither is
>"local control" since they will not pay for my trip (transatlantic) unless
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
>they want me to make a soultion for them...
>
> I need to take the solution and make it portable. But I am not sure how to
> do it, I need a "downsizing" wizard or something? A solution could be to
> make "some kind of installer" which installes a MSDE and loads the data
> into it and connects the Access database to the new db server. Probably
> the best solution, if there is no easy way to make it portable.
>
> I would asume there are some tools available for this or similar purposes,
> but I don't know any...
>
> My concern is also the fact that there are some views in the SQL database
> and also a lot of the VBA code in forms and reports has been modified to
> fit the SQL, during upsizing some years back... I wouldn't like to
> re-write the rewritten code, just for a demo.
>
> I'm pretty sure I'm not the only one who has ever wanted to do this, if
> you have done it, please let me know how. I welcome any suggestions. )
>
> Thanks in advance
>
> Martin Gregersen
> martin@gregersen.dk
>
>
>




--
----------------------------------------
I am using the free version of SPAMfighter for private users.
It has removed 4026 spam emails to date.
Paying users do not have this message in their emails.
Get the free SPAMfighter here: http://www.spamfighter.com/len


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:24 AM
Mike C#'s Avatar Mike C#
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

I would say tell them to install MSDE and be done with it. If that's not an
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
option maybe you could set up a remote demo over the internet? Run it
locally on your computer and let them view it in the web browser using
NetMeeting or whatever.

"Martin Gregersen" wrote in message
news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>I have an Access application which runs in a server enviroment where I have
>an SQL server that the Access connects to. The customer is so happy with my
>soultion and told another company about it, they would like something like
>that, so I need to make a copy of the setup to a cd to send to the other
>company - as a demo. They have no employees with enough IT knowledge to
>install a SQL Server/MSDE and the import the database and setting up Access
>to connect to the new server. Remote control is not an option, neither is
>"local control" since they will not pay for my trip (transatlantic) unless
>they want me to make a soultion for them...
>
> I need to take the solution and make it portable. But I am not sure how to
> do it, I need a "downsizing" wizard or something? A solution could be to
> make "some kind of installer" which installes a MSDE and loads the data
> into it and connects the Access database to the new db server. Probably
> the best solution, if there is no easy way to make it portable.
>
> I would asume there are some tools available for this or similar purposes,
> but I don't know any...
>
> My concern is also the fact that there are some views in the SQL database
> and also a lot of the VBA code in forms and reports has been modified to
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
> fit the SQL, during upsizing some years back... I wouldn't like to
> re-write the rewritten code, just for a demo.
>
> I'm pretty sure I'm not the only one who has ever wanted to do this, if
> you have done it, please let me know how. I welcome any suggestions. )
>
> Thanks in advance
>
> Martin Gregersen
> martin@gregersen.dk
>
>
>



Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:24 AM
Alex Dybenko's Avatar Alex Dybenko
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

Hi Martin,
Actually - you can make a setup, which will install MSDE, attach database
and then install all necessary components to run your application - but this
also time consuming task if you never did so.

I think that installing your application on windowsxp and then let them
connect to it with remote desktop it order to try - is most realistic option
for you


--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
http://www.PointLtd.com


"Martin Gregersen" wrote in message
news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>I have an Access application which runs in a server enviroment where I have
>an SQL server that the Access connects to. The customer is so happy with my
>soultion and told another company about it, they would like something like
>that, so I need to make a copy of the setup to a cd to send to the other
>company - as a demo. They have no employees with enough IT knowledge to
>install a SQL Server/MSDE and the import the database and setting up Access
>to connect to the new server. Remote control is not an option, neither is
>"local control" since they will not pay for my trip (transatlantic) unless
>they want me to make a soultion for them...
>
> I need to take the solution and make it portable. But I am not sure how to
> do it, I need a "downsizing" wizard or something? A solution could be to
> make "some kind of installer" which installes a MSDE and loads the data
> into it and connects the Access database to the new db server. Probably
> the best solution, if there is no easy way to make it portable.
>
> I would asume there are some tools available for this or similar purposes,
> but I don't know any...
>
> My concern is also the fact that there are some views in the SQL database
> and also a lot of the VBA code in forms and reports has been modified to
> fit the SQL, during upsizing some years back... I wouldn't like to
> re-write the rewritten code, just for a demo.
>
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
> I'm pretty sure I'm not the only one who has ever wanted to do this, if
> you have done it, please let me know how. I welcome any suggestions. )
>
> Thanks in advance
>
> Martin Gregersen
> martin@gregersen.dk
>
>
>


Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:24 AM
Martin Gregersen's Avatar Martin Gregersen
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

Hi Alex

I would like if you could tell me how to make such an installer, then I will
know and can make the best decission. They really need a copy to play with,
not just a demonstration online, they need to take every process of their
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
production into consideration and then see would features they like/dislike
and so on.

Also I would like to know just to know ;o)

Thanks

Martin


"Alex Dybenko" wrote in message
news:OzFt1nUlGHA.1208@TK2MSFTNGP02.phx.gbl...
> Hi Martin,
> Actually - you can make a setup, which will install MSDE, attach database
> and then install all necessary components to run your application - but
> this also time consuming task if you never did so.
>
> I think that installing your application on windowsxp and then let them
> connect to it with remote desktop it order to try - is most realistic
> option for you
>
>
> --
> Best regards,
> ___________
> Alex Dybenko (MVP)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
> http://alexdyb.blogspot.com
> http://www.PointLtd.com
>
>
> "Martin Gregersen" wrote in message
> news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>>I have an Access application which runs in a server enviroment where I
>>have an SQL server that the Access connects to. The customer is so happy
>>with my soultion and told another company about it, they would like
>>something like that, so I need to make a copy of the setup to a cd to send
>>to the other company - as a demo. They have no employees with enough IT
>>knowledge to install a SQL Server/MSDE and the import the database and
>>setting up Access to connect to the new server. Remote control is not an
>>option, neither is "local control" since they will not pay for my trip
>>(transatlantic) unless they want me to make a soultion for them...
>>
>> I need to take the solution and make it portable. But I am not sure how
>> to do it, I need a "downsizing" wizard or something? A solution could be
>> to make "some kind of installer" which installes a MSDE and loads the
>> data into it and connects the Access database to the new db server.
>> Probably the best solution, if there is no easy way to make it portable.
>>
>> I would asume there are some tools available for this or similar
>> purposes, but I don't know any...
>>
>> My concern is also the fact that there are some views in the SQL database
>> and also a lot of the VBA code in forms and reports has been modified to
>> fit the SQL, during upsizing some years back... I wouldn't like to
>> re-write the rewritten code, just for a demo.
>>
>> I'm pretty sure I'm not the only one who has ever wanted to do this, if
>> you have done it, please let me know how. I welcome any suggestions. )
>>
>> Thanks in advance
>>
>> Martin Gregersen
>> martin@gregersen.dk
>>
>>
>>

>



Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:24 AM
Alex Dybenko's Avatar Alex Dybenko
Guest
 
Posts: n/a
   
   
Re: Making an Access - SQL db solution portable

  Donate Today!  
Hi Martin,
personally - I use Wise installation system, but you can also try some free
installer, for example see
http://alexdyb.blogspot.com/2006/04/...installer.html

then you can download MSDE setup package from Microsoft site, and include in
your package
now you need to build a script to run MSDE setup, copy database files,
application files, attach database (I use attachDB to do so:
http://www.pointltd.com/Products/Details.asp?dlID=46)


--
Best regards,
___________
Alex Dybenko (MVP)
http://alexdyb.blogspot.com
http://www.PointLtd.com

"Martin Gregersen" wrote in message
news:uEFXGfclGHA.4708@TK2MSFTNGP04.phx.gbl...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
> Hi Alex
>
> I would like if you could tell me how to make such an installer, then I
> will know and can make the best decission. They really need a copy to play
> with, not just a demonstration online, they need to take every process of
> their production into consideration and then see would features they
> like/dislike and so on.
>
> Also I would like to know just to know ;o)
>
> Thanks
>
> Martin
>
>
> "Alex Dybenko" wrote in message
> news:OzFt1nUlGHA.1208@TK2MSFTNGP02.phx.gbl...
>> Hi Martin,
>> Actually - you can make a setup, which will install MSDE, attach database
>> and then install all necessary components to run your application - but
>> this also time consuming task if you never did so.
>>
>> I think that installing your application on windowsxp and then let them
>> connect to it with remote desktop it order to try - is most realistic
>> option for you
>>
>>
>> --
>> Best regards,
>> ___________
>> Alex Dybenko (MVP)
>> http://alexdyb.blogspot.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=11840
>> http://www.PointLtd.com
>>
>>
>> "Martin Gregersen" wrote in message
>> news:eWiKjFUlGHA.2420@TK2MSFTNGP04.phx.gbl...
>>>I have an Access application which runs in a server enviroment where I
>>>have an SQL server that the Access connects to. The customer is so happy
>>>with my soultion and told another company about it, they would like
>>>something like that, so I need to make a copy of the setup to a cd to
>>>send to the other company - as a demo. They have no employees with enough
>>>IT knowledge to install a SQL Server/MSDE and the import the database and
>>>setting up Access to connect to the new server. Remote control is not an
>>>option, neither is "local control" since they will not pay for my trip
>>>(transatlantic) unless they want me to make a soultion for them...
>>>
>>> I need to take the solution and make it portable. But I am not sure how
>>> to do it, I need a "downsizing" wizard or something? A solution could be
>>> to make "some kind of installer" which installes a MSDE and loads the
>>> data into it and connects the Access database to the new db server.
>>> Probably the best solution, if there is no easy way to make it portable.
>>>
>>> I would asume there are some tools available for this or similar
>>> purposes, but I don't know any...
>>>
>>> My concern is also the fact that there are some views in the SQL
>>> database and also a lot of the VBA code in forms and reports has been
>>> modified to fit the SQL, during upsizing some years back... I wouldn't
>>> like to re-write the rewritten code, just for a demo.
>>>
>>> I'm pretty sure I'm not the only one who has ever wanted to do this, if
>>> you have done it, please let me know how. I welcome any suggestions. )
>>>
>>> Thanks in advance
>>>
>>> Martin Gregersen
>>> martin@gregersen.dk
>>>
>>>
>>>

>>

>
>


Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 06:52 AM
21 Replies, 319 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 72 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 45 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 112 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,833 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 225 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 39 Views
sikhism How important is Matha...
By Ishna
Yesterday 19:05 PM
58 Replies, 1,026 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 62 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 43 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 45 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 408 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 46 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 07:35 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.54908 seconds with 30 queries