CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > migration_to_asp.net.migrating_from_asp.net_1.x_to_asp.net_2.0 Tags:
Item Type: NewsGroup Date Entered: 7/27/2007 4:04:24 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 1 Views: 19 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
2 Items, 1 Pages 1 |< << Go >> >|
frost
Asp.Net User
What to do with the xsd files?7/27/2007 4:04:24 PM

0/0

We are converting our app to vs 2005 from vs 2003 and have alot of datasets that are used throughout.  The errors we are getting now have to do with the way we use our datasets from the previou application.  The datasets are not being seen in vs 2005.  How do we integrate all the existing datasets (.xsd) into the new vs 2005 web application project so our app can see the them again?

thanks

frost
Asp.Net User
Re: What to do with the xsd files?7/27/2007 7:24:26 PM

0/0

Perhaps I should expand on this a little.  In our application we have a class file (cCommonReports.vb) that contains all the functions for filling our dataset based on the value that is passed to it.  In vs 2003 we had a dataset (xsd file) called dsCommonReports, that dataset contained all the views and tables for specific functions in our app. (we have many other class files and datasets for other functions that are structured the same)

 Since converting to vs 2005 our datasets can no longer been see by the application and say that the dataset is not defined.  We are at a loss as to how to proceed with the upgrade.  Below is a function from the cCommonReports.vb class file:

Public Function GetParcelReport(ByVal strParcelIDs As String) As dsCommonReports
        Dim da As New SqlDataAdapter
        Dim cmd As New SqlCommand
        Dim ds As New dsCommonReports

        With cmd
            .Connection = modData.GetInternalCN()
            .CommandText = "select * from ParcelReport where PID in (" + strParcelIDs + ")  order by PID"
        End With

        da.SelectCommand = cmd
        da.Fill(ds, ds.ParcelReport.TableName)

        GetParcelReport = ds

        da.Dispose()
        ds.Dispose()
    End Function

The above code is an example of how we filled our ds results based on an ID that was passed to the sql string.  The dsCommonReports is the name of our dataset.  (dsCommonReports.xsd) The above funtion no longer works, anything to do with the SqlDataAdapter, SqlCommand, and dsCommonReports now fail. 

So my question still remains; what do we do with our vs 2003 xsd files, and how do we interact with the datasets in the above code but in vs 2005?

Thanks 
 

2 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Access 2007 VBA Programmer's Reference Authors: Teresa Hennig, Robert G. Cooper, Rob Cooper, Geoffrey L. Griffith, Armen Stein, Pages: 1110, Published: 2007
Sams Teach Yourself C# Web Programming in 21 Days Authors: Phil Syme, Peter Aitken, Pages: 560, Published: 2001
Beginning ASP.NET 2.0 Authors: Chris Hart, John Kauffman, Chris Ullman, David Sussman, Pages: 759, Published: 2005
Visual Basic .NET Programming Authors: Harold Davis, Mark Ridgeway, Pages: 516, Published: 2002
FrontPage 2003 All-in-One Desk Reference For Dummies: all-in-one desk reference Authors: John Paul Mueller, Pages: 792, Published: 2004
Pro ADO.NET 2.0 Authors: Sahil Malik, Pages: 561, Published: 2005
Building E-commerce Sites in the .NET Framework Authors: Jason Bentrum, James Whatley, Pages: 538, Published: 2001
Programming Microsoft Infopath: A Developer's Guide Authors: Thom Robbins, Pages: 337, Published: 2004
Special Edition Using Microsoft Access 2002: Special Edition Authors: Roger Jennings, Pages: 1458, Published: 2001
Beginning Sharepoint with Excel: From Novice to Professional Authors: Gini Courter, Annette Marquis, Pages: 253, Published: 2006

Web:
XML UI: from XSD to XML The first XSL translates an XSD file into a libglade2 XML file. .... Most of us do not create new tables in this manner often enough to commit the full ...
How important are the .xsd files? [Archive] - World Wind Forums Thus to awnser your question, the .xsd files aren't important, ... defined in the .xsd file (provided you have SW able to do such things, ...
XML Schema Definition Tool (Xsd.exe) The output file has the same name as the XDR schema, but with the .xsd extension . ... You must specify only one of the following options for .xsd files. ...
What to do with the xsd files? - ASP.NET Forums So my question still remains; what do we do with our vs 2003 xsd files, and how do we interact with the datasets in the above code but in vs ...
Deploying XSD Files The question I have is how exactly do we "Publish" the XSD file we have created. I understand we can put them under our company website, but chances are ...
developerWorks : XML : Working XML forum : How do I link XSD file ... How do one refer XSD file from the Corresonding XML.. So that It will validate it. ... Re: How do I link XSD file to corresonding xml to validate it. ...
Nabble - java.net - jaxb users - jaxb annotation in xsd file Unfortunatelly I cannot do it in java code generated from xsd, so here is my question: is it posible to put this annotation in xsd file so ...
File Extension .XSD Details Details for file extension: XSD - XML Schema - XML Schemas express shared ... The best FILExt can do for you is provide the details we know about. ...
SOA@Oracle BPEL & ESB: Deploy single instances of XSD files By default, I mean, you just create BPEL or ESB processes, XSD files are generated ... What would you have to do to be able to put all of your XSD's in one ...
Steven Smith : Managing XSD Files - if you must have them Sep 5, 2007 ... The reports have a nice designer that works with XSD files in Visual ... that reads your blog a lot the least I could do is try to help. :) ...

Videos:
SAF-T Audit File [+] http://www.revista-php.net Vídeo que clarifica alguns aspectos do serviço SAF-T prestado pelo programador José Franco
DJ Shadow-Live!-In Tune & on Time (part 1 of 5) A 2002 DJ Shadow concert at London's Brixton Academy: 1. Intro 2. Fixed Income 3. What Does Your Soul Look Like (Part 2) 4. In/Flux 5....
The Semantic Chemical Web: GoogleInChI and other Mashups Google Tech Talks September 13, 2006 Peter Murray-Rust is Reader in Molecular Informatics at the University of Cambridge and Senior Research Fellow ...




Search This Site:










easy to change post parameter query in url

custom datagridcolumn

installation error - newbie

how to make content management system in asp.net

seeking volunteers for 1.0.9 sp beta

multiple code bases - 1 repository

search on focused item like in access form

how do i remove the "(dnn 3.1.1. )" from the title?

a module that "e-mails" logs

can not login ..

tab controls

enterprise library daab

security problem with the this.load getting deleted from initializecomponent()

configuration error when debugging custom module

print a web page and have it display on paper exactly as it displays

questions and musings for module developers

how to refresh a picture on a page without reloading it ?

the little admin

how do i control one control from another control?

membership control

get the value from a text field within the same page

any ideas?

cannot install the addin

membership & role management using sql database type

help! iis isnt displaying aspx file?

iframe module

can i inplement the same functinalities without ie webcontrol!

news channels that can be viewed in the startup page

loginname and value

(( error type:microsoft jet database engine (0x80040e09)

 
All Times Are GMT