Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 03-02-2011, 09:56 AM get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
There is a database in Access 2007 that contains a table with two fields. Let's call it field_1 and field_2.

And there is a [ file A ] and a [ file B ]

I want a script that do this: I write in A -> The thing i wrote is being writen in the database -> B shows automatically the text i wrote.

Last edited by madseason; 03-02-2011 at 10:02 AM..
madseason is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-02-2011, 10:22 AM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Would you like to try and explain that again?? only be a little less vague.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-02-2011, 10:27 AM Re: get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
English is not my first language but i will try.

For example, in an asp file i will text "hello world" and then save. Save to the database. The textbox and save button will be conected to the [field_1] or [field_2]. Then there is another asp file used by a diferent user that will show what the other user wrote.

Last edited by madseason; 03-02-2011 at 10:31 AM..
madseason is offline
Reply With Quote
View Public Profile
 
Old 03-02-2011, 10:38 AM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
English is not my first language
Sure, if your English vocabulary is limited then an example of what you are trying to do can be much simpler.

So is it that you you want to know how forums, blogs, CMS's, or any other page that takes user input and then displays it to another viewer make it actually happen?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-02-2011, 10:42 AM Re: get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Sure, if your English vocabulary is limited then an example of what you are trying to do can be much simpler.

So is it that you you want to know how forums, blogs, CMS's, or any other page that takes user input and then displays it to another viewer make it actually happen?
Yes, something like that.
madseason is offline
Reply With Quote
View Public Profile
 
Old 03-02-2011, 11:44 AM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
A question I should have asked is,

are you learning vBscript or JScript?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-02-2011, 11:48 AM Re: get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
Yes, but by myself (through tutorials, e-books, samples)
madseason is offline
Reply With Quote
View Public Profile
 
Old 03-02-2011, 05:51 PM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Which one?

ASP has two languages VbScript (Visual Basic Script) and JScript (server side javascript).

VbScript is the default language and as such the most common one for ASP developers to use.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-03-2011, 03:39 AM Re: get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
vbscript
madseason is offline
Reply With Quote
View Public Profile
 
Old 03-04-2011, 12:52 PM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
ok

Just to demonstrate that it is not a "black art" www.modtalk.co.uk is coded entirely in vBScript by myself, well there are a few lines of jScript which handle the "elapsed time" functions for the page generation timing

There is a misconception in web development languages that seems to consider that you need one page to collect data and one to display this is not so, a single page can do both just as easily, if not moreso.

There are hundreds of tutorials around on what you are trying to do and rather than me re-inventing it's probably worth pointing you to them then you can ask specific question based on what you don't quite grasp.
So first of all:

What do you know about database schema design, db concepts and Structured Query Language (SQL)?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-07-2011, 04:45 AM Re: get value
madseason's Avatar
Experienced Talker

Posts: 35
Trades: 0
Quote:
Originally Posted by chrishirst View Post
ok

Just to demonstrate that it is not a "black art" www.modtalk.co.uk is coded entirely in vBScript by myself, well there are a few lines of jScript which handle the "elapsed time" functions for the page generation timing
I would never say it was built in vbscript.

Quote:
Originally Posted by chrishirst View Post
ok

What do you know about database schema design, db concepts and Structured Query Language (SQL)?
I don't understood your question. I worked with access 97 2003 and 2007 / Apache server / my sql, more i guess but i can't remember. In this project, just access 2007.
madseason is offline
Reply With Quote
View Public Profile
 
Old 03-07-2011, 06:47 AM Re: get value
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,336
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
Originally Posted by chrishirst View Post
What do you know about database schema design, db concepts and Structured Query Language (SQL)?
Quote:
Originally Posted by madseason View Post
I don't understood your question. I worked with access 97 2003 and 2007 / Apache server / my sql, more i guess but i can't remember. In this project, just access 2007.
So not much then

Access files when used as a website database server are quite slow, especially on insert queries and they are limited for running concurrent processes.
Very useful during the learning process but far from ideal on production websites that have more than a moderate load.
So you have to learn how to build efficient data structures, table schemas and write efficient queries, such as avoiding the use of "SELECT * FROM" especially in a JOIN query.
Unfortunately writing dB structures within the single session access "desktop database" environment of Access or using the "wizards" to build the schema is relatively poor preparation for the multiple access website website where a quick response is paramount.

So you need to be learning several disciplines at once, not least of which is DBA (database administration).
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to get value
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.34312 seconds with 12 queries