Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 03-31-2006, 10:50 AM   #1 (permalink)
 
Newb Techie

Join Date: Feb 2006

Posts: 6

digtech

Default Stretchable Electronics?

I suppose we first think about nanotechnology and the shrinking of the microchip, but one must also think about convenience. Semiconductors and microchips are in so many devices we use daily, like smart credit cards (which are bendable). That same idea is trying to be improved: Bendable silicon chips. One researcher has come up with an interesting way to go a step further and make the chips stretchable. Technology Review put out a great article on this, including an illustrated explanation. Wow. Does anyone think this is a good or even useful idea?

http://www.technologyreview.com/read...?id=16477?=dig
digtech is offline  
Old 03-31-2006, 08:05 PM   #2 (permalink)
 
Newb Techie

Join Date: Mar 2006

Posts: 19

rufryder

Default

erm is it just me or does the link not work?
rufryder is offline  
Old 03-31-2006, 11:19 PM   #3 (permalink)
 
Banned

Join Date: May 2005

Posts: 7,928

talldude123

Send a message via Yahoo to talldude123
Default

broken link for me
talldude123 is offline  
Old 04-01-2006, 12:58 AM   #4 (permalink)
Apokalipse's Avatar
 

Join Date: Jun 2003

Location: Melbourne, Australia

Posts: 13,690

Apokalipse has a spectacular aura aboutApokalipse has a spectacular aura about

Default

Quote:
Server Error in '/' Application.
Syntax error converting the varchar value '16477?=dig' to a column of data type int.

Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Syntax error converting the varchar value '16477?=dig' to a column of data type int.

Source Error:

Line 78: cmd = new SqlCommand("SELECT articleid, headline, headlinedate, mzid, name, summary, zonename, parentname, article FROM xlaANMarticles, xlaANMpublishers, xlaANMzones WHERE xlaANMarticles.articleid = '"+article_id+"' AND xlaANMpublishers.publisherid = xlaANMarticles.publisherid AND xlaANMzones.zoneid = xlaANMarticles.mzid", conn_news_sys);
Line 79: reader = cmd.ExecuteReader();
Line 80: while (reader.Read()) {
Line 81: article_date.Text = reader.GetString(reader.GetOrdinal("headlinedate") );
Line 82: article_head.Text = reader.GetString(reader.GetOrdinal("headline"));


Source File: D:\TR-live\read_article.cs Line: 80

Stack Trace:

[SqlException: Syntax error converting the varchar value '16477?=dig' to a column of data type int.]
System.Data.SqlClient.SqlDataReader.Read() +176
ShowArticle.Page_Load(Object sender, EventArgs e) in D:\TR-live\read_article.cs:80
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

__________________

1 + 1 = 3 if you define 3 as a result of 1 + 1
Apokalipse is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On