It's Not Doable
Apr 21, 2004
I know it's not doable but I thought I should still ask the Gurus on this board:
Can I restore a master database backed up on server A to a new Server B.
Case1: Server A and Server B has the same structure, file system and drive specificiation, I think it's doable in that case.
Case2: Server A and Server B has different file system like c: and d: on A and C: and E: on Server B. It's nor DOABLE right?
Case3: Server A is called Server A and Server B is called B, then also we cannot restore the master database, RIGHT?
View 6 Replies
Aug 30, 2006
I know I can do to just show 1 entry
select * from table where no = @parameter_no
but is it possible to actually select ALL entries (I have 250 for now) in the list report, but jump to a particular # based on parameter?
Say I have ID 1 ~ 250 (select * from table) in DataSet, but when I enter 220 in parameter, the report still selects all 250 entries but jump to the 220 entry?
I have bookmark set up on each entry
Thanks for any help. I noticed in my search that jump to a report + bookmark isn't supported, does my situation fall under that?
View 1 Replies
View Related
Feb 3, 2007
Hi there,
I am making an web application and it involves a spreadsheet object...
now i manage to show the spreadsheet on the web page by using
Response.ContentType = "application/vnd.ms-excel"
Response.Write(sheet.XMLData)
The requirement from my clients is that they wish to modify the spreadsheet on the web -> and then click the save button -> update the database
Can anyone here help me with that? i am using vb.net and the application will be use in LAN
View 1 Replies
View Related