Click here to Skip to main content
15,914,222 members
Home / Discussions / Database
   

Database

 
GeneralFound it! Pin
Le centriste21-Feb-03 17:02
Le centriste21-Feb-03 17:02 
GeneralDB Schema Decsions Pin
Jason McBurney18-Feb-03 7:51
Jason McBurney18-Feb-03 7:51 
GeneralRe: DB Schema Decsions Pin
perlmunger18-Feb-03 8:37
perlmunger18-Feb-03 8:37 
GeneralUsing the ODBC Provider seamlessly Pin
Andrew Torrance18-Feb-03 5:51
Andrew Torrance18-Feb-03 5:51 
QuestionHow to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie17-Feb-03 23:49
DotNetNewbie17-Feb-03 23:49 
AnswerRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 8:04
perlmunger18-Feb-03 8:04 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 10:36
DotNetNewbie18-Feb-03 10:36 
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
perlmunger18-Feb-03 12:26
perlmunger18-Feb-03 12:26 
I didn't realize you were building a windows application. I thought you were building an ASP .NET app, so I can see how some of the information I provided could be confusing. I really haven't done a whole lot of windows app .NET programming yet. Sorry for misleading you.

As far as data formatting goes, I would do it in either the SQL statement or at the DataGrid. It just depends on what you are doing with the data. If all you want is to get your decimal places right, I would just do it at the datagrid, however, this requires that you use a Data Formatting Expression in the grid. This is something that gets applied to each item in a particular column. Just do a search for that phrase on google or google groups. These get set up in the columns dialog on the columns parameter (as least for ASP .NET programming).

Good luck and I'm glad it was at least a little bit helpful.

-Matt

p.s. It looks like you're doing *very* well for having only been programming for three months. I know you're not using C#, but I would recommend that you check out the "Programming C#" book from oreilly. It is very good and worthwhile. I read it pretty much cover to cover. It's the first technical book I've ever done that with. Wink | ;-) Most of the code you can port to VB .NET with some minor changes. I prefer the syntax of C# myself, but to each his own. Smile | :)

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
GeneralRe: How to use Dataview and Datagrid to show fields from two different tables Pin
DotNetNewbie18-Feb-03 23:05
DotNetNewbie18-Feb-03 23:05 
GeneralText Field as Identity in Access Pin
perlmunger17-Feb-03 7:55
perlmunger17-Feb-03 7:55 
GeneralBook Recommendations Pin
Mark Sanders17-Feb-03 4:46
Mark Sanders17-Feb-03 4:46 
GeneralDatagrid and Dataset questions Pin
DionChen17-Feb-03 4:01
DionChen17-Feb-03 4:01 
GeneralRe: Datagrid and Dataset questions Pin
perlmunger18-Feb-03 13:05
perlmunger18-Feb-03 13:05 
GeneralDB's on Servers Pin
RichardS16-Feb-03 21:39
RichardS16-Feb-03 21:39 
GeneralRe: DB's on Servers Pin
Hesham Amin17-Feb-03 21:43
Hesham Amin17-Feb-03 21:43 
GeneralSyntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 1:41
IrishSonic16-Feb-03 1:41 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
IrishSonic16-Feb-03 2:12
IrishSonic16-Feb-03 2:12 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
karl_w16-Feb-03 3:17
karl_w16-Feb-03 3:17 
GeneralRe:Found my problem but need to be able to create table for 600 chars Syntax error with CREATE TABLE Pin
David Salter16-Feb-03 10:44
David Salter16-Feb-03 10:44 
GeneralThanks. Pin
IrishSonic17-Feb-03 9:58
IrishSonic17-Feb-03 9:58 
GeneralConvert ORACLE functions Pin
Andy H15-Feb-03 23:30
Andy H15-Feb-03 23:30 
GeneralRe: Convert ORACLE functions Pin
jamesr337816-Feb-03 5:38
jamesr337816-Feb-03 5:38 
GeneralRe: Convert ORACLE functions Pin
Andy H16-Feb-03 6:12
Andy H16-Feb-03 6:12 
GeneralSetting the lenght of a text field in an SQL Access database... Pin
IrishSonic15-Feb-03 4:40
IrishSonic15-Feb-03 4:40 
GeneralRe: Setting the lenght of a text field in an SQL Access database... Pin
David Salter16-Feb-03 10:42
David Salter16-Feb-03 10:42 

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.