Click here to Skip to main content
15,900,258 members
Home / Discussions / Database
   

Database

 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:17
Karthick_gc20-Apr-09 23:17 
GeneralRe: Table insertion? Pin
Mycroft Holmes20-Apr-09 23:27
professionalMycroft Holmes20-Apr-09 23:27 
GeneralRe: Table insertion? Pin
Karthick_gc20-Apr-09 23:44
Karthick_gc20-Apr-09 23:44 
GeneralRe: Table insertion? Pin
Mycroft Holmes21-Apr-09 0:34
professionalMycroft Holmes21-Apr-09 0:34 
QuestionData Modeling Pin
Muhammad Nauman Yousuf20-Apr-09 19:37
Muhammad Nauman Yousuf20-Apr-09 19:37 
AnswerRe: Data Modeling Pin
riced20-Apr-09 22:14
riced20-Apr-09 22:14 
AnswerRe: Data Modeling Pin
dingoishere23-Feb-11 22:36
dingoishere23-Feb-11 22:36 
QuestionHow to read values from excel formula fields? Pin
Nagaraj Muthuchamy20-Apr-09 7:53
professionalNagaraj Muthuchamy20-Apr-09 7:53 
AnswerRe: How to read values from excel formula fields? Pin
N a v a n e e t h20-Apr-09 17:06
N a v a n e e t h20-Apr-09 17:06 
GeneralRe: How to read values from excel formula fields? Pin
Nagaraj Muthuchamy20-Apr-09 21:49
professionalNagaraj Muthuchamy20-Apr-09 21:49 
GeneralMS Sql Database synchronization Pin
Paul Brower20-Apr-09 5:55
Paul Brower20-Apr-09 5:55 
GeneralRe: MS Sql Database synchronization Pin
Giorgi Dalakishvili20-Apr-09 6:10
mentorGiorgi Dalakishvili20-Apr-09 6:10 
QuestionBulk Insert Pin
Hemalatha.A.M.20-Apr-09 5:40
Hemalatha.A.M.20-Apr-09 5:40 
AnswerRe: Bulk Insert Pin
Eddy Vluggen20-Apr-09 7:09
professionalEddy Vluggen20-Apr-09 7:09 
GeneralRe: Bulk Insert Pin
Luc Pattyn20-Apr-09 7:26
sitebuilderLuc Pattyn20-Apr-09 7:26 
GeneralRe: Bulk Insert Pin
Eddy Vluggen20-Apr-09 9:25
professionalEddy Vluggen20-Apr-09 9:25 
GeneralRe: Bulk Insert Pin
Luc Pattyn20-Apr-09 9:29
sitebuilderLuc Pattyn20-Apr-09 9:29 
JokeRe: Bulk Insert Pin
Eddy Vluggen20-Apr-09 11:12
professionalEddy Vluggen20-Apr-09 11:12 
GeneralRe: Bulk Insert [modified] Pin
Luc Pattyn20-Apr-09 11:28
sitebuilderLuc Pattyn20-Apr-09 11:28 
AnswerRe: Bulk Insert Pin
Eddy Vluggen20-Apr-09 20:36
professionalEddy Vluggen20-Apr-09 20:36 
AnswerRe: Bulk Insert Pin
Mycroft Holmes20-Apr-09 23:19
professionalMycroft Holmes20-Apr-09 23:19 
QuestionChart Action Pin
Hakmeh Mohannad19-Apr-09 19:15
Hakmeh Mohannad19-Apr-09 19:15 
Hi I have to reports A and B
A is main report which contain pie chart
when i click on any part of the chart i'll jump to the next report B

now i have two ways to do this

one: select Jump to report action but the problem is am displaying the report in aspx page using ReportViewer because i only have one reportviewer and can only define one path for it

two: select Jump to url action and it alomst work but am stil facing another problem which is how to get the value from the clicked part of the chart and pass it throw Query String, if i wrote the url in following case it will consider it all as string
- http://www.mysite.com/mypage.aspx?Param=&Fields!myField.Value -

but if i wrote it like next one it will discard the url i wrote and took me directly to the server of reporting services and display thw value of the field
- "http://www.mysite.com/mypage.aspx?Param="&Fields!myField.Value - it will take me to
- "http://ReportingServicesAddress/"XXX

so can you help me with any one of those

thank in advance
QuestionHelp in Querry Pin
Saiyed Alam19-Apr-09 3:42
Saiyed Alam19-Apr-09 3:42 
AnswerRe: Help in Querry Pin
Luc Pattyn19-Apr-09 3:49
sitebuilderLuc Pattyn19-Apr-09 3:49 
GeneralRe: Help in Querry Pin
Saiyed Alam19-Apr-09 3:58
Saiyed Alam19-Apr-09 3:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.