473,666 Members | 2,075 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

data shapes

Anyone with experience in data shapes (hierarchical recordsets) with SQL
stored procedures ?
I use them with ASP but I cannot find reference on how to use them in VB.NET

StrShape="SHAPE {{ CALL Sproc_TestTopSh apeEmails('"& Var_Guid &"') }}
APPEND({{ CALL Sproc_TestBotto mShapeEmails(?) }} RELATE intEMAILSunid TO
PARAMETER 0) As Thing"
Thanks
T
Nov 21 '05 #1
3 1135

"Support" <Re************ ****@mail.oci.s tate.ga.us> wrote in message
news:um******** ******@TK2MSFTN GP15.phx.gbl...
Anyone with experience in data shapes (hierarchical recordsets) with SQL
stored procedures ?
I use them with ASP but I cannot find reference on how to use them in
VB.NET

StrShape="SHAPE {{ CALL Sproc_TestTopSh apeEmails('"& Var_Guid &"') }}
APPEND({{ CALL Sproc_TestBotto mShapeEmails(?) }} RELATE intEMAILSunid TO
PARAMETER 0) As Thing"


In VB.NET use DataSets instead. They are 100x easier and better.

David
Nov 21 '05 #2
you mean use DataSets instead of data shaping ?
T
"David Browne" <davidbaxterbro wne no potted me**@hotmail.co m> wrote in
message news:eb******** ******@TK2MSFTN GP10.phx.gbl...

"Support" <Re************ ****@mail.oci.s tate.ga.us> wrote in message
news:um******** ******@TK2MSFTN GP15.phx.gbl...
Anyone with experience in data shapes (hierarchical recordsets) with SQL
stored procedures ?
I use them with ASP but I cannot find reference on how to use them in
VB.NET

StrShape="SHAPE {{ CALL Sproc_TestTopSh apeEmails('"& Var_Guid &"') }}
APPEND({{ CALL Sproc_TestBotto mShapeEmails(?) }} RELATE intEMAILSunid TO
PARAMETER 0) As Thing"


In VB.NET use DataSets instead. They are 100x easier and better.

David

Nov 21 '05 #3

"Support" <Re************ ****@mail.oci.s tate.ga.us> wrote in message
news:uW******** ******@TK2MSFTN GP15.phx.gbl...
you mean use DataSets instead of data shaping ?
T


Yes. When data shaping grew up, it became DataSets. Strong-typed DataSets
support multiple related tables, with easy navigation along relationships,
sorting, filtering, and expressions which navigate the table relationships.

David
Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5681
by: mf_sina | last post by:
Hi all! I have worked eith vb 6 and used custom shapes such as circle,elipse,Rectangle and ... But these shapes are not in vb .net? How can i get them? Best wishes...
0
1201
by: Mats-Lennart Hansson | last post by:
Hi, I'm creating some user controls that are in different shapes. When doing this I use this.region to set the shape that I want and then I use graphics.DrawRectangle (or whatever shape I have) to get a border around the control. However, I would like some more "depth" in my controls by using a small shadow on the right and lower side of the shape. I know I can do this by putting a very thin rectangle with a gradient brush next to the...
3
1474
by: Crirus | last post by:
There are some classes to reproduce geometrical shapes like circles or squares? as there is rectangle -- Cheers, Crirus ------------------------------ If work were a good thing, the boss would take it all from you
6
5159
by: Kristian Frost | last post by:
Hi, I'm trying to add, as you might guess, mouseclick listeners to the shapes I am drawing using the GDI+ commands in a similar sort of way as could be done with the old VB "shapes". Problem is, I'm really not sure of the best way to go about it. I was hoping I could do it directly like the old shape_onclick events, but that doesn't seem to be available for GDIs so maybe I could hack something together using collections of GDI objects and...
0
1323
by: alwayssmiling | last post by:
Hi, Im drawing some shapes on the image surface (i.e when im displaying the image ) with the help of graphics. Since i want to move thsese shapes from one place to other place in the image surface. I want to erase the previous shapes at the previous positions. But how can i erase shapes in the image any ideas. Thank u.
0
2191
by: weird0 | last post by:
i have successfully emebedded visio drawing tool in my application. Infinite number of shapes can be added to the drawing. How can i write double click event handler for the the shapes added to my diagram? Other than that, how can i loop through all the shapes in the diagram, to get their information? Visio Guy Amir Diwan
0
1365
by: JohanA | last post by:
I´m using Apose.words to extract diagrams from word 2003 documents. It´s no problem to iterate the embedded MSGraph.Chart.8 objects but I can´t read the data from them. Anyone who knows how to do it? Thank´s in advance! Johan
4
1877
by: Sunny | last post by:
Hi I have a div called shape on my page. When I try to get its length using javascript in IE, everything works fine. But When I try it in Firefox it has element has no properties. Here is the code that I am using. var shps = document.getElementsByTagName("shape"); lastshp = shps.length
2
6413
by: LucasLondon | last post by:
Hi, I'm trying to use VBA to extract underlying data from charts in powerpoint to excel, i.e from the underlying powerpoint datasheet that feeds the chart. I've found the macro below on the net. It copies the data in each chart/datasheet and slide in powerpoint but I'm struggling with the bit to get the data into excel. Below it I've tried incoporating some code to paste into excel but it does not seem to work. Hope someone can...
0
8448
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8871
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8640
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4369
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2773
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1776
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.