blah blah blah is here! blah blah » Close

0
votes
1 answers

Microsoft Access

In MS Access, how many tables are ready for use? Is it accessible to exchange between them? Would you please help me to understand the concept?

0
votes
2 answers

ASP.net/c# how to generate variable number of tables at runtime

Hopefully this newbie question hasn't been asked too much here, as I haven't seen it looking through the last few pages. I'm looking to generate a variable number of tables at run time in my asp.net/c# webpage. It's easy enough to add a ...

0
votes
4 answers

execute database action once a week automatically?

I'm using MySQL, but a response for Microsoft SQL server will help me get some idea. I need to flush 2 tables in my database once a week automatically. I plan on just dropping them and recreating them, but I don't know how to set this up au ...

0
votes
1 answers

Update multiple tables in LINQtoSQL

Hi I want to perform an update query in the two tables below: ClientDetails --------------- ClientId (Primary key) ClientFirstName ClientLastName ClientEmploymentDetails ----------------------- ClientId (Foreign key related t ...

1
votes
3 answers

mysql problem

lios
30

Hello I have an mysql table that have 8 columns! I wand to read one of the column (tameio) and display the raws in a list box string MyConString = "SERVER=192.168.0.1;" + "DATABASE=mydata;" + "UID=user;&quo ...

0
votes
1 answers

Saving Data from Related Data Tables (Hierarchical Update)

Hi Everyone, I am new to C#, kind of new to programming altogether. It is something I am really enjoy learning but I am a little stuck with hierarchical updates. I am using Visual Studio 2008 and SQL Express. I have been working on ...

0
votes
0 answers

One dataGridView for many different tables from same database?

it seems to me that for one dataGridView, it can only be used to display for only ONE table from a database, is it true? I want to implement something such that when user press different buttons, it will display on the dataGridView differen ...

Feedback