Guys generally the servlet extends httpservlet but in the code below
the servlet extends DataSourceServlet
and the page is created like this
The text begins with google.visualization.Query.setResponse
and ends with {c:[{v:'Bob'},{v:'Jane'}]}]}});code: http://code.google.com/apis/visualization/documentation/dev/dsl_csv.html can you please guide me as to how can i make servlet page silent without giving the output on the browser.? On Jun 8, 4:55 pm, Akku <[email protected]> wrote: > In the following servlet > examplehttp://code.google.com/apis/visualization/documentation/dev/dsl_csv.html > Suppose if I dont want the following page to be generated > The text begins with google.visualization.Query.setResponse > and ends with {c:[{v:'Bob'},{v:'Jane'}]}]}}); > what can i do . > Please help me since i am a Servlet beginner > > On Jun 8, 12:04 pm, Akku <[email protected]> wrote: > > > I export data from mysql to csv file using CSwriter java api. > > But there is one special feature in Anotted time chart for title & > > text to use it as marker. > > The problem is i cannot add title and text column while exporting from > > mysql to csv . > > Any sugession to how can i do addition of columns. > > I am thinking of creating a new table in database and insert values > > along with newly created columns for text and title. > > Is ther any better approach . > > Note that csvwriter only write the exported data as it is and cannot > > add its own column at runtime. > > Please suggest!!! -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
